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.
2 parents bca45ed + 62b0813 commit 7728fe8Copy full SHA for 7728fe8
1 file changed
Doc/library/urllib.parse.rst
@@ -81,7 +81,8 @@ or on combining URL components into a URL string.
81
this argument is the empty string.
82
83
If the *allow_fragments* argument is false, fragment identifiers are not
84
- allowed. The default value for this argument is :const:`True`.
+ recognized and parsed as part of the preceding component. The default value
85
+ for this argument is :const:`True`.
86
87
The return value is actually an instance of a subclass of :class:`tuple`. This
88
class has the following additional read-only convenience attributes:
0 commit comments