diff options
author | slateny <46876382+slateny@users.noreply.github.com> | 2022-04-19 09:15:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 09:15:46 (GMT) |
commit | 6a7a8a740e61508cb5a0fcdac8b752b6c9e5d1ea (patch) | |
tree | 81c9f7db9a926e5dfb91034dc7194c5caddbf414 | |
parent | 5b37b49ebc7a81e0a3f9b60ef82e804ab9e1badf (diff) | |
download | cpython-6a7a8a740e61508cb5a0fcdac8b752b6c9e5d1ea.zip cpython-6a7a8a740e61508cb5a0fcdac8b752b6c9e5d1ea.tar.gz cpython-6a7a8a740e61508cb5a0fcdac8b752b6c9e5d1ea.tar.bz2 |
Doc: Fix link formatting typo (GH-91659)
-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 e6f5954..26123fd 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1426,7 +1426,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 |