From 21c5b727c594ea85360bf7aca03e6df4283a44d2 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 22 Mar 2013 15:22:47 -0500 Subject: [PATCH] doc: fix doc. --- kivy/app.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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':