From f554f9bfe2620effd79aad283aae682764c7d5f4 Mon Sep 17 00:00:00 2001 From: "willmcgugan@gmail.com" Date: Fri, 28 Jun 2013 12:36:56 +0000 Subject: doctest correction git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@859 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 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)) -- cgit v1.2.1