Commit 682e2c30 authored by Benjamin Peterson's avatar Benjamin Peterson

improve start default for relpath

parent b149d5c7
......@@ -242,7 +242,7 @@ the :mod:`glob` module.)
links encountered in the path (if they are supported by the operating system).
.. function:: relpath(path, start=None)
.. function:: relpath(path, start=os.curdir)
Return a relative filepath to *path* either from the current directory or
from an optional *start* directory. This is a path computation: the
......
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