From dfcbc76f9f9b1037c834adbbd922b06bf207a1c6 Mon Sep 17 00:00:00 2001 From: dessant Date: Mon, 30 Mar 2015 21:40:44 +0300 Subject: [PATCH] fix docstring line indentation in config --- kivy/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kivy/config.py b/kivy/config.py index 6925fe92e..5e9a021ba 100644 --- a/kivy/config.py +++ b/kivy/config.py @@ -114,9 +114,9 @@ Available configuration tokens :graphics: `borderless`: int , one of 0 or 1 If set to `1`, removes the window border/decoration. - `window_state`: string , one of `visible`, `hidden`, `maximized` - or `minimized` - Sets the window state, defaults to `visible`. This option is available + `window_state`: string , one of 'visible', 'hidden', 'maximized' + or 'minimized' + Sets the window state, defaults to 'visible'. This option is available only for the SDL2 window provider and it should be used on desktop OSes. `fbo`: string, one of 'hardware', 'software' or 'force-hardware'