Skip to content

Commit

Permalink
[3.13] gh-120896: Fix typo in version changed note of `urllib.parse.u…
Browse files Browse the repository at this point in the history
…rlparse()` (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>
  • Loading branch information
miss-islington and nineteendo authored Jun 23, 2024
1 parent bf7aac3 commit 97acd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/urllib.parse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 97acd29

Please sign in to comment.