]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-120896: Fix typo in version changed note of `urllib.parse.urlparse()` (#120898)
authorNice Zombies <nineteendo19d0@gmail.com>
Sun, 23 Jun 2024 12:30:23 +0000 (14:30 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Jun 2024 12:30:23 +0000 (18:00 +0530)
Doc/library/urllib.parse.rst

index cd402e87a8224bf233babe2e5a7c35f1add2f84b..27909b763e9e437be03a71093777a84e2e2706fe 100644 (file)
@@ -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.