Skip to content

Commit

Permalink
pythongh-120896: Fix typo in version changed note of `urllib.parse.ur…
Browse files Browse the repository at this point in the history
…lparse()` (python#120898)
  • Loading branch information
nineteendo authored Jun 23, 2024
1 parent 96ead91 commit b6fa8fe
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 b6fa8fe

Please sign in to comment.