https://github.com/python/cpython/commit/3709e1bbad61e9f8ab9faa6c049268ceb6c0587f
commit: 3709e1bbad61e9f8ab9faa6c049268ceb6c0587f
branch: 3.13
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: JelleZijlstra <jelle.zijls...@gmail.com>
date: 2024-06-03T00:59:41Z
summary:

[3.13] gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` 
alternative (GH-119958) (#119959)


(cherry picked from commit 117a8acdab997b73ada822cce97815a86f839e15)

Co-authored-by: Solomon Himelbloom 
<7608183+techsolo...@users.noreply.github.com>

files:
M Doc/whatsnew/3.13.rst

diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 0881474a0c9211..779388a97304b7 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -1322,7 +1322,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`.)
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to