]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` alternative...
authorSolomon Himelbloom <7608183+TechSolomon@users.noreply.github.com>
Mon, 3 Jun 2024 00:43:03 +0000 (16:43 -0800)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 00:43:03 +0000 (17:43 -0700)
Doc/whatsnew/3.13.rst

index 66626ac06428b9b4e765f96d9fe84a1f13fac268..903de3c04b4a074f838dd5bb30aad8260e3314e2 100644 (file)
@@ -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`.)