We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636832f commit 1c27a1aCopy full SHA for 1c27a1a
Doc/library/codecs.rst
@@ -1420,7 +1420,7 @@ Internationalized Domain Names (IDN)). It builds upon the ``punycode`` encoding
1420
and :mod:`stringprep`.
1421
1422
If you need the IDNA 2008 standard from :rfc:`5891` and :rfc:`5895`, use the
1423
-third-party `idna module <https://pypi.org/project/idna/>_`.
+third-party `idna module <https://pypi.org/project/idna/>`_.
1424
1425
These RFCs together define a protocol to support non-ASCII characters in domain
1426
names. A domain name containing non-ASCII characters (such as
0 commit comments