Commit 07479a0b by willmcgugan@gmail.com

doctest correction

parent 3c6bb0f4
......@@ -405,7 +405,7 @@ def relativefrom(base, path):
>>> relativefrom("foo/bar", "baz/index.html")
'../baz/index.html'
'../../baz/index.html'
"""
base = list(iteratepath(base))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment