mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Doc: Fix link formatting typo (GH-91659)
This commit is contained in:
parent
5b37b49ebc
commit
6a7a8a740e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue