]> granicus.if.org Git - python/commitdiff
Fix markup.
authorGeorg Brandl <georg@python.org>
Sat, 3 Jul 2010 10:29:20 +0000 (10:29 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 3 Jul 2010 10:29:20 +0000 (10:29 +0000)
Doc/library/urllib.rst

index d3e503f7e1ce0265986ab2292f6c3f102ea43dae..98c55d5dfcc5d5d3a2c63578bcb74376fb3242de 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