Skip to content

Commit 97acd29

Browse files
[3.13] gh-120896: Fix typo in version changed note of urllib.parse.urlparse() (GH-120898) (#120902)
gh-120896: Fix typo in version changed note of `urllib.parse.urlparse()` (GH-120898) (cherry picked from commit b6fa8fe) Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
1 parent bf7aac3 commit 97acd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/urllib.parse.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ or on combining URL components into a URL string.
173173
Added IPv6 URL parsing capabilities.
174174

175175
.. versionchanged:: 3.3
176-
The fragment is now parsed for all URL schemes (unless *allow_fragment* is
176+
The fragment is now parsed for all URL schemes (unless *allow_fragments* is
177177
false), in accordance with :rfc:`3986`. Previously, an allowlist of
178178
schemes that support fragments existed.
179179

0 commit comments

Comments
 (0)