summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgcode@loowis.durge.org <gcode@loowis.durge.org@67cdc799-7952-0410-af00-57a81ceafa0f>2014-10-19 13:58:26 +0000
committergcode@loowis.durge.org <gcode@loowis.durge.org@67cdc799-7952-0410-af00-57a81ceafa0f>2014-10-19 13:58:26 +0000
commit11369c9199d291913deec31760ec950eab08685e (patch)
tree3c1f7473760eaac3f8a136074c640eec996be3b6
parent132f4ffbaad8f27f79876321827c473d8782f2cc (diff)
downloadpyfilesystem-11369c9199d291913deec31760ec950eab08685e.tar.gz
Fix comment typo
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@902 67cdc799-7952-0410-af00-57a81ceafa0f
-rw-r--r--fs/path.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/path.py b/fs/path.py
index 1b5c072..cdae818 100644
--- a/fs/path.py
+++ b/fs/path.py
@@ -376,7 +376,7 @@ def isprefix(path1, path2):
def forcedir(path):
- """Ensure the path ends with a trailing formward slash
+ """Ensure the path ends with a trailing forward slash
:param path: An FS path