Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7728fe8

Browse files
committed
merge with 3.4
2 parents bca45ed + 62b0813 commit 7728fe8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/urllib.parse.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ or on combining URL components into a URL string.
8181
this argument is the empty string.
8282

8383
If the *allow_fragments* argument is false, fragment identifiers are not
84-
allowed. The default value for this argument is :const:`True`.
84+
recognized and parsed as part of the preceding component. The default value
85+
for this argument is :const:`True`.
8586

8687
The return value is actually an instance of a subclass of :class:`tuple`. This
8788
class has the following additional read-only convenience attributes:

0 commit comments

Comments
 (0)