summaryrefslogtreecommitdiff
path: root/docs/concepts.rst
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-06-18 18:46:30 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-06-18 18:46:30 +0000
commit9c7e2efa2193e78cb629f23e9eb130614e8ac800 (patch)
tree945fe7c2e58450ad25bcd51703d9a20e0a5c8ff8 /docs/concepts.rst
parentfe70cbac0c9b0de7c8cf8b25e28fedf6bf480df0 (diff)
downloadpyfilesystem-9c7e2efa2193e78cb629f23e9eb130614e8ac800.tar.gz
Lots of new docs
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@363 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'docs/concepts.rst')
-rw-r--r--docs/concepts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/concepts.rst b/docs/concepts.rst
index a140b5a..7eee853 100644
--- a/docs/concepts.rst
+++ b/docs/concepts.rst
@@ -85,4 +85,4 @@ PyFilesystem converts all exceptions to a common type, so that you need only wri
return open(self.getsyspath(path), mode, kwargs.get("buffering", -1))
fs.errors.ResourceNotFoundError: Resource not found: doesnotexist.txt
-All PyFilesystem exceptions are derived from ``fs.errors.FSError``, so you may use that if you want to catch all possible exceptions.
+All PyFilesystem exceptions are derived from :class:`fs.errors.FSError`, so you may use that if you want to catch all possible exceptions.