summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/urllib.parse.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst
index cd402e8..27909b7 100644
--- a/Doc/library/urllib.parse.rst
+++ b/Doc/library/urllib.parse.rst
@@ -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.