summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fs/path.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/path.py b/fs/path.py
index 8967900..31bb4c3 100644
--- a/fs/path.py
+++ b/fs/path.py
@@ -405,7 +405,7 @@ def relativefrom(base, path):
>>> relativefrom("foo/bar", "baz/index.html")
- '../baz/index.html'
+ '../../baz/index.html'
"""
base = list(iteratepath(base))