summaryrefslogtreecommitdiff
path: root/fs/appdirfs.py
diff options
context:
space:
mode:
authorWill McGugan <willmcgugan@gmail.com>2017-01-08 15:46:28 +0000
committerWill McGugan <willmcgugan@gmail.com>2017-01-08 15:46:28 +0000
commitd2bd0ed2760978ba45123d689cb9474b846d77db (patch)
tree4848748773fc984cb9a13bc14a42e4e118212595 /fs/appdirfs.py
parentc94b20c877f1f2ab190d7b1eae3ecc53b3a6d295 (diff)
downloadpyfilesystem-git-d2bd0ed2760978ba45123d689cb9474b846d77db.tar.gz
some doc fixes
Diffstat (limited to 'fs/appdirfs.py')
-rw-r--r--fs/appdirfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/appdirfs.py b/fs/appdirfs.py
index 86d8082..071b48c 100644
--- a/fs/appdirfs.py
+++ b/fs/appdirfs.py
@@ -5,7 +5,7 @@ fs.appdirfs
A collection of filesystems that map to application specific locations.
These classes abstract away the different requirements for user data across platforms,
-which vary in their conventions. They are all subclasses of :class:`fs.osfs.OSFS`,
+which vary in their conventions. They are all subclasses of :class:`~fs.osfs.OSFS`,
all that differs from `OSFS` is the constructor which detects the appropriate
location given the name of the application, author name and other parameters.