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 61570ae commit b865a66Copy full SHA for b865a66
Doc/library/codecs.rst
@@ -1423,7 +1423,7 @@ Internationalized Domain Names (IDN)). It builds upon the ``punycode`` encoding
1423
and :mod:`stringprep`.
1424
1425
If you need the IDNA 2008 standard from :rfc:`5891` and :rfc:`5895`, use the
1426
-third-party `idna module <https://pypi.org/project/idna/>_`.
+third-party `idna module <https://pypi.org/project/idna/>`_.
1427
1428
These RFCs together define a protocol to support non-ASCII characters in domain
1429
names. A domain name containing non-ASCII characters (such as
0 commit comments