We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385bc10 commit 53a0cccCopy full SHA for 53a0ccc
1 file changed
Doc/library/urllib.rst
@@ -245,7 +245,7 @@ Utility functions
245
two-element tuples is used as the *query* argument, the first element of
246
each tuple is a key and the second is a value. The value element in itself
247
can be a sequence and in that case, if the optional parameter *doseq* is
248
- evaluates to *True*, individual ``key=value`` pairs separated by ``'&'``are
+ evaluates to *True*, individual ``key=value`` pairs separated by ``'&'`` are
249
generated for each element of the value sequence for the key. The order of
250
parameters in the encoded string will match the order of parameter tuples in
251
the sequence. The :mod:`urlparse` module provides the functions
0 commit comments