summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-06-06 00:54:29 +0000
committerBenjamin Peterson <benjamin@python.org>2010-06-06 00:54:29 +0000
commit53a0ccc4fd9aa11322e936398ff3b5f3b24b9943 (patch)
tree566ebf849b155cff9028c555cba163be05591c5e
parent385bc1067a7d567ac37ad9a52a16983a3059894d (diff)
downloadcpython-2.7rc1.tar.gz
fix sphinx warning with an extra spacev2.7rc1
-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 7acc4ea409..a11677b486 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