We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f31b4b commit 409a1beCopy full SHA for 409a1be
1 file changed
Doc/library/os.path.rst
@@ -242,7 +242,7 @@ the :mod:`glob` module.)
242
links encountered in the path (if they are supported by the operating system).
243
244
245
-.. function:: relpath(path, start=None)
+.. function:: relpath(path, start=os.curdir)
246
247
Return a relative filepath to *path* either from the current directory or
248
from an optional *start* directory. This is a path computation: the
0 commit comments