]> granicus.if.org Git - python/commitdiff
Closes #22586: clarify meaning of allow_fragments in urlparse.
authorGeorg Brandl <georg@python.org>
Sun, 12 Oct 2014 14:13:32 +0000 (16:13 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 12 Oct 2014 14:13:32 +0000 (16:13 +0200)
Doc/library/urlparse.rst

index 1bc361d8b2646bf628acc8ac5e922bf9314e4979..87e08dd47f9c5b763fe4a80cebf4eb43bd81e875 100644 (file)
@@ -83,8 +83,9 @@ The :mod:`urlparse` module defines the following functions:
    this argument is the empty string.
 
    If the *allow_fragments* argument is false, fragment identifiers are not
-   allowed, even if the URL's addressing scheme normally does support them.  The
-   default value for this argument is :const:`True`.
+   recognized and parsed as part of the preceding component, even if the URL's
+   addressing scheme normally does support them.  The default value for this
+   argument is :const:`True`.
 
    The return value is actually an instance of a subclass of :class:`tuple`.  This
    class has the following additional read-only convenience attributes: