Skip to content

Commit b6fa8fe

Browse files
authored
gh-120896: Fix typo in version changed note of urllib.parse.urlparse() (#120898)
1 parent 96ead91 commit b6fa8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/urllib.parse.rst

Lines changed: 1 addition & 1 deletion
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)