diff --git a/kivy/app.py b/kivy/app.py index 60168fc19..30cc799e7 100644 --- a/kivy/app.py +++ b/kivy/app.py @@ -752,14 +752,14 @@ class App(EventDispatcher): This function implements these conventions. The directory is created when the property is called, unless it already exists. - On iOS, `~/Documents` is returned (which is inside the + On iOS, `~/Documents/` is returned (which is inside the app's sandbox). On Android, `/sdcard/` is returned. On Windows, `%APPDATA%/` is returned. - On Mac OSX, `~/Library/Application Support/` is returned. + On OS X, `~/Library/Application Support/` is returned. On Linux, `$XDG_CONFIG_HOME/` is returned. '''