From 11369c9199d291913deec31760ec950eab08685e Mon Sep 17 00:00:00 2001 From: "gcode@loowis.durge.org" Date: Sun, 19 Oct 2014 13:58:26 +0000 Subject: Fix comment typo git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@902 67cdc799-7952-0410-af00-57a81ceafa0f --- fs/path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1