Skip to content

Commit 53a0ccc

Browse files
committed
fix sphinx warning with an extra space
1 parent 385bc10 commit 53a0ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/urllib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Utility functions
245245
two-element tuples is used as the *query* argument, the first element of
246246
each tuple is a key and the second is a value. The value element in itself
247247
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
248+
evaluates to *True*, individual ``key=value`` pairs separated by ``'&'`` are
249249
generated for each element of the value sequence for the key. The order of
250250
parameters in the encoded string will match the order of parameter tuples in
251251
the sequence. The :mod:`urlparse` module provides the functions

0 commit comments

Comments
 (0)