[Python-checkins] r82486 - python/branches/release26-maint/Doc/library/urllib.rst

georg.brandl python-checkins at python.org
Sat Jul 3 12:29:21 CEST 2010


Author: georg.brandl
Date: Sat Jul  3 12:29:20 2010
New Revision: 82486

Log:
Fix markup.

Modified:
   python/branches/release26-maint/Doc/library/urllib.rst

Modified: python/branches/release26-maint/Doc/library/urllib.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/urllib.rst	(original)
+++ python/branches/release26-maint/Doc/library/urllib.rst	Sat Jul  3 12:29:20 2010
@@ -245,7 +245,7 @@
    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


More information about the Python-checkins mailing list