diff --git a/kivy/app.py b/kivy/app.py index 1c11b6718..f6349098b 100644 --- a/kivy/app.py +++ b/kivy/app.py @@ -518,16 +518,15 @@ class App(EventDispatcher): data like preferences, saved games, and settings. This function implements those conventions. - On iOS ``/Documents``is returned (which is inside the apps sandbox). + On iOS `/Documents` is returned (which is inside the apps sandbox). - On Android ``/sdcard/``is returned. + On Android `/sdcard/` is returned. - On Windows ``~/Application Settings/``is returned. + On Windows `~/Application Settings/` is returned. - On Mac OS X ``~/Library/Application Support ``is returned. + On Mac OS X `~/Library/Application Support ` is returned. On Linux, `$XDG_CONFIG_HOME/` is returned. - ''' data_dir = "" if platform == 'ios':