]> granicus.if.org Git - python/commitdiff
fix sphinx warning with an extra space v2.7rc1
authorBenjamin Peterson <benjamin@python.org>
Sun, 6 Jun 2010 00:54:29 +0000 (00:54 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 6 Jun 2010 00:54:29 +0000 (00:54 +0000)
Doc/library/urllib.rst

index 7acc4ea409616fe067dbf0b7456992dd7a650597..a11677b486b9135567a5f0f679b9e4ecb2fad84d 100644 (file)
@@ -245,7 +245,7 @@ Utility functions
    two-element tuples is used as the *query* argument, the first element of
    each tuple is a key and the second is a value. The value element in itself
    can be a sequence and in that case, if the optional parameter *doseq* is
-   evaluates to *True*, individual ``key=value`` pairs separated by ``'&'``are
+   evaluates to *True*, individual ``key=value`` pairs separated by ``'&'`` are
    generated for each element of the value sequence for the key.  The order of
    parameters in the encoded string will match the order of parameter tuples in
    the sequence. The :mod:`urlparse` module provides the functions