Skip to content

Commit ce4b7a2

Browse files
yoniLavibenjaminp
authored andcommitted
Show the differing module names for readlink() (GH-17395)
This was very confusing with the text for both being just `readlink()`.
1 parent 1ef4c32 commit ce4b7a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ case), and one used ``__VENV_NAME__`` instead.
184184
pathlib
185185
-------
186186

187-
Added :meth:`~pathlib.Path.readlink()` which acts similar to
188-
:func:`~os.readlink`.
187+
Added :meth:`pathlib.Path.readlink()` which acts similarly to
188+
:func:`os.readlink`.
189189
(Contributed by Girts Folkmanis in :issue:`30618`)
190190

191191
pprint

0 commit comments

Comments
 (0)