diff options
Diffstat (limited to 'fs/path.py')
-rw-r--r-- | fs/path.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |