diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-04-19 09:33:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 09:33:44 (GMT) |
commit | b865a661e3d4052e5bee17848bc6df83d121be71 (patch) | |
tree | 9b9d01b583d5928180243700ad857aa2e4106d15 /Doc | |
parent | 61570ae0bc1507a62bee9d8b9bc2ff7155da7061 (diff) | |
download | cpython-b865a661e3d4052e5bee17848bc6df83d121be71.zip cpython-b865a661e3d4052e5bee17848bc6df83d121be71.tar.gz cpython-b865a661e3d4052e5bee17848bc6df83d121be71.tar.bz2 |
Doc: Fix link formatting typo (GH-91659)
(cherry picked from commit 6a7a8a740e61508cb5a0fcdac8b752b6c9e5d1ea)
Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/codecs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 9e2eb63..73fbefc 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1423,7 +1423,7 @@ Internationalized Domain Names (IDN)). It builds upon the ``punycode`` encoding and :mod:`stringprep`. If you need the IDNA 2008 standard from :rfc:`5891` and :rfc:`5895`, use the -third-party `idna module <https://pypi.org/project/idna/>_`. +third-party `idna module <https://pypi.org/project/idna/>`_. These RFCs together define a protocol to support non-ASCII characters in domain names. A domain name containing non-ASCII characters (such as |