summaryrefslogtreecommitdiff
path: root/fs/mountfs.py
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 12:50:23 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 12:50:23 +0000
commitc8941475a94c1f6ef67b44aeeb6f2f97359898d4 (patch)
tree25895f825f86b36be4747e107daf85abb9a936da /fs/mountfs.py
parent4506b3a8c72ed98b4cd7df78cd8dee21c766b803 (diff)
downloadpyfilesystem-c8941475a94c1f6ef67b44aeeb6f2f97359898d4.tar.gz
Doc fixes
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@651 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/mountfs.py')
-rw-r--r--fs/mountfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/mountfs.py b/fs/mountfs.py
index 7f6a6cf..d4f4ce4 100644
--- a/fs/mountfs.py
+++ b/fs/mountfs.py
@@ -396,7 +396,7 @@ class MountFS(FS):
"""Mounts a single file path.
:param path: A path within the MountFS
- :param open_Callable: A callable that returns a file-like object
+ :param open_callable: A callable that returns a file-like object
:param info_callable: A callable that returns a dictionary with information regarding the file-like object
"""