From 40d74dde066fbfc03091f7856d3362ac766d31c4 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Wed, 30 Jul 2014 20:51:15 +0200 Subject: [PATCH] doc: more formatting consistency to app.py --- kivy/app.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/kivy/app.py b/kivy/app.py index 3d2b1895d..dc72fe25b 100644 --- a/kivy/app.py +++ b/kivy/app.py @@ -504,8 +504,9 @@ class App(EventDispatcher): automatically saved in the file returned by :meth:`get_application_config`. - :param config: Use this to add defaults section / key / value items - :type config: :class:`~kivy.config.ConfigParser` + :Parameters: + `config`: :class:`~kivy.config.ConfigParser` + Use this to add default section / key / value items ''' @@ -921,9 +922,10 @@ class App(EventDispatcher): You should return True if the display is successful, otherwise False. - :param settings: A :class:`~kivy.uix.settings.Settings` - instance. You should define how to display it. - :type config: :class:`~kivy.uix.settings.Settings` + :Parameters: + `settings`: :class:`~kivy.uix.settings.Settings` + You can modify this object in order to modify the settings + display. ''' win = self._app_window