summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSolomon Himelbloom <7608183+TechSolomon@users.noreply.github.com>2024-06-03 00:43:03 (GMT)
committerGitHub <noreply@github.com>2024-06-03 00:43:03 (GMT)
commit117a8acdab997b73ada822cce97815a86f839e15 (patch)
tree4c100762967a039eb363c337ec759452f74d7c5a /Doc
parentbd6d4ed6454378e48dab06f50a9be0bae6baa3a2 (diff)
downloadcpython-117a8acdab997b73ada822cce97815a86f839e15.zip
cpython-117a8acdab997b73ada822cce97815a86f839e15.tar.gz
cpython-117a8acdab997b73ada822cce97815a86f839e15.tar.bz2
gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` alternative (#119958)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.13.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 66626ac..903de3c 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -1334,7 +1334,7 @@ PEP 594: dead batteries (and other module removals)
* :mod:`!sunau`.
(Contributed by Victor Stinner in :gh:`104773`.)
- * :mod:`!telnetlib`, use the projects :pypi:`telnetlib3 ` or
+ * :mod:`!telnetlib`, use the projects :pypi:`telnetlib3` or
:pypi:`Exscript` instead.
(Contributed by Victor Stinner in :gh:`104773`.)