From ce4b7a273a9c560ed4b1a6284ef1bbb02d8e9782 Mon Sep 17 00:00:00 2001 From: Yoni Lavi Date: Wed, 27 Nov 2019 05:08:50 +0000 Subject: Show the differing module names for readlink() (GH-17395) This was very confusing with the text for both being just `readlink()`. --- Doc/whatsnew/3.9.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 5c669a0..1cd96ef 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -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 -- cgit v0.12