mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Switch more function arguments docs to new-style.
This commit is contained in:
parent
0bb1cc72c8
commit
1824415470
39 changed files with 134 additions and 160 deletions
|
@ -218,7 +218,7 @@ applications should use string objects to access all files.
|
|||
links encountered in the path (if they are supported by the operating system).
|
||||
|
||||
|
||||
.. function:: relpath(path[, start])
|
||||
.. function:: relpath(path, start=None)
|
||||
|
||||
Return a relative filepath to *path* either from the current directory or from
|
||||
an optional *start* point.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue