diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-06-06 00:54:29 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-06-06 00:54:29 (GMT) |
commit | 11591c3dda25a4fd27d2ae012972f74d3b8fe578 (patch) | |
tree | e21a1827dfe6400a087d87ca9c293d57cf0cd899 /Doc | |
parent | 53e812a0ce1dd4b9034e0e028274c2a5df0ef8cc (diff) | |
download | cpython-11591c3dda25a4fd27d2ae012972f74d3b8fe578.zip cpython-11591c3dda25a4fd27d2ae012972f74d3b8fe578.tar.gz cpython-11591c3dda25a4fd27d2ae012972f74d3b8fe578.tar.bz2 |
fix sphinx warning with an extra spacev2.7rc1
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/urllib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst index 7acc4ea..a11677b 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 |