8000 Doc: Fix link formatting typo (GH-91659) · python/cpython@b865a66 · GitHub
[go: up one dir, main page]

Skip to content

Commit b865a66

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 61570ae commit b865a66

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

14251425
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/>_`.
1426+
third-party `idna module <https://pypi.org/project/idna/>`_.
14271427

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

0 commit comments

Comments
 (0)
0