From 234985d6060ae0bcdd866f4af852d4d5d21ad3fe Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Wed, 30 Jul 2014 19:39:00 +0200 Subject: [PATCH] doc: fixed formatting in app.py --- kivy/app.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kivy/app.py b/kivy/app.py index 512173189..f6481d6c6 100644 --- a/kivy/app.py +++ b/kivy/app.py @@ -522,8 +522,9 @@ class App(EventDispatcher): customise the settings widget e.g. by changing the sidebar width. See the module documentation for full details. - :param settings: Settings instance for adding panels - :type settings: :class:`~kivy.uix.settings.Settings` + :parameter: + `settings`: :class:`~kivy.uix.settings.Settings` + Settings instance for adding panels '''