diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-04-19 09:38:06 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-19 09:38:06 (GMT) |
| commit | 1c27a1a7a501d771ef06e5def7fc474c83b91333 (patch) | |
| tree | 499944c59837c69920579059912d429300e2a109 | |
| parent | 636832fb2a4364ca2014aadecf4c35833eff4495 (diff) | |
| download | cpython-1c27a1a7a501d771ef06e5def7fc474c83b91333.zip cpython-1c27a1a7a501d771ef06e5def7fc474c83b91333.tar.gz cpython-1c27a1a7a501d771ef06e5def7fc474c83b91333.tar.bz2 | |
Doc: Fix link formatting typo (GH-91659)
(cherry picked from commit 6a7a8a740e61508cb5a0fcdac8b752b6c9e5d1ea)
Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
| -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 1a71e57..e8a0a79 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1420,7 +1420,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 |
