summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-03 10:29:20 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-03 10:29:20 (GMT)
commit4d1e53e05a9644e0c41b4f927dce7bdbc774756e (patch)
tree0b0e9d8aaa8aee4cb13813e16a9f6975f59d6dc0
parent6e07931d63b2c7b9c14b5e6a2e6319a072907d40 (diff)
downloadcpython-4d1e53e05a9644e0c41b4f927dce7bdbc774756e.zip
cpython-4d1e53e05a9644e0c41b4f927dce7bdbc774756e.tar.gz
cpython-4d1e53e05a9644e0c41b4f927dce7bdbc774756e.tar.bz2
Fix markup.
-rw-r--r--Doc/library/urllib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst
index d3e503f..98c55d5 100644
--- a/Doc/library/urllib.rst
+++ b/Doc/library/urllib.rst
@@ -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