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:
Yoni Lavi 2019-11-27 05:08:50 +00:00 committed by Benjamin Peterson
parent 1ef4c32c8d
commit ce4b7a273a
1 changed files with 2 additions and 2 deletions

View File

@ -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