We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
urllib.parse.urlparse()
1 parent 95b1e1f commit 52d647bCopy full SHA for 52d647b
Doc/library/urllib.parse.rst
@@ -173,7 +173,7 @@ or on combining URL components into a URL string.
173
Added IPv6 URL parsing capabilities.
174
175
.. versionchanged:: 3.3
176
- 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
177
false), in accordance with :rfc:`3986`. Previously, an allowlist of
178
schemes that support fragments existed.
179
0 commit comments