Skip to content

Commit 1c27a1a

Browse files
Doc: Fix link formatting typo (GH-91659)
(cherry picked from commit 6a7a8a7) Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
1 parent 636832f commit 1c27a1a

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
@@ -1420,7 +1420,7 @@ Internationalized Domain Names (IDN)). It builds upon the ``punycode`` encoding
14201420
and :mod:`stringprep`.
14211421

14221422
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/>_`.
1423+
third-party `idna module <https://pypi.org/project/idna/>`_.
14241424

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

0 commit comments

Comments
 (0)