mirror of https://github.com/kivy/kivy.git
doc: made parameter spec consistent in app.py
This commit is contained in:
parent
234985d606
commit
ac4d035373
|
@ -522,7 +522,7 @@ class App(EventDispatcher):
|
||||||
customise the settings widget e.g. by changing the sidebar
|
customise the settings widget e.g. by changing the sidebar
|
||||||
width. See the module documentation for full details.
|
width. See the module documentation for full details.
|
||||||
|
|
||||||
:parameter:
|
:Parameters:
|
||||||
`settings`: :class:`~kivy.uix.settings.Settings`
|
`settings`: :class:`~kivy.uix.settings.Settings`
|
||||||
Settings instance for adding panels
|
Settings instance for adding panels
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue