gh-120896: Fix typo in version changed note of urllib.parse.urlparse() (#120898)

This commit is contained in:
Nice Zombies 2024-06-23 14:30:23 +02:00 committed by GitHub
parent 96ead91f0f
commit b6fa8fe86a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -173,7 +173,7 @@ or on combining URL components into a URL string.
Added IPv6 URL parsing capabilities.
.. versionchanged:: 3.3
The fragment is now parsed for all URL schemes (unless *allow_fragment* is
The fragment is now parsed for all URL schemes (unless *allow_fragments* is
false), in accordance with :rfc:`3986`. Previously, an allowlist of
schemes that support fragments existed.