Show the differing module names for readlink() (GH-17395)
This was very confusing with the text for both being just `readlink()`.
This commit is contained in:
parent
1ef4c32c8d
commit
ce4b7a273a
|
@ -184,8 +184,8 @@ case), and one used ``__VENV_NAME__`` instead.
|
|||
pathlib
|
||||
-------
|
||||
|
||||
Added :meth:`~pathlib.Path.readlink()` which acts similar to
|
||||
:func:`~os.readlink`.
|
||||
Added :meth:`pathlib.Path.readlink()` which acts similarly to
|
||||
:func:`os.readlink`.
|
||||
(Contributed by Girts Folkmanis in :issue:`30618`)
|
||||
|
||||
pprint
|
||||
|
|
Loading…
Reference in New Issue