Skip to content

Commit 6a7a8a7

Browse files
authored
Doc: Fix link formatting typo (GH-91659)
1 parent 5b37b49 commit 6a7a8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/codecs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ Internationalized Domain Names (IDN)). It builds upon the ``punycode`` encoding
14261426
and :mod:`stringprep`.
14271427

14281428
If you need the IDNA 2008 standard from :rfc:`5891` and :rfc:`5895`, use the
1429-
third-party `idna module <https://pypi.org/project/idna/>_`.
1429+
third-party `idna module <https://pypi.org/project/idna/>`_.
14301430

14311431
These RFCs together define a protocol to support non-ASCII characters in domain
14321432
names. A domain name containing non-ASCII characters (such as

0 commit comments

Comments
 (0)