]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Show the differing module names for readlink() (GH-17395)
authorYoni Lavi <yoni@codeinstitute.net>
Wed, 27 Nov 2019 05:08:50 +0000 (05:08 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 27 Nov 2019 05:08:50 +0000 (21:08 -0800)
This was very confusing with the text for both being just `readlink()`.

Doc/whatsnew/3.9.rst

index 5c669a013c19d7f8872bf1b92ac9a918daef6ecc..1cd96ef3b07af30c82e5ccb468ffa03b12c4067d 100644 (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