[Python-checkins] Doc: Fix link formatting typo (GH-91659)

miss-islington webhook-mailer at python.org
Tue Apr 19 05:33:58 EDT 2022


https://github.com/python/cpython/commit/b865a661e3d4052e5bee17848bc6df83d121be71
commit: b865a661e3d4052e5bee17848bc6df83d121be71
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-04-19T02:33:44-07:00
summary:

Doc: Fix link formatting typo (GH-91659)

(cherry picked from commit 6a7a8a740e61508cb5a0fcdac8b752b6c9e5d1ea)

Co-authored-by: slateny <46876382+slateny at users.noreply.github.com>

files:
M Doc/library/codecs.rst

diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst
index 9e2eb63479282..73fbefccd728a 100644
--- a/Doc/library/codecs.rst
+++ b/Doc/library/codecs.rst
@@ -1423,7 +1423,7 @@ Internationalized Domain Names (IDN)). It builds upon the ``punycode`` encoding
 and :mod:`stringprep`.
 
 If you need the IDNA 2008 standard from :rfc:`5891` and :rfc:`5895`, use the
-third-party `idna module <https://pypi.org/project/idna/>_`.
+third-party `idna module <https://pypi.org/project/idna/>`_.
 
 These RFCs together define a protocol to support non-ASCII characters in domain
 names. A domain name containing non-ASCII characters (such as



More information about the Python-checkins mailing list