Skip to content

Commit 385bc10

Browse files
committed
remove extra space
1 parent 7d40998 commit 385bc10

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
@@ -236,7 +236,7 @@ Utility functions
236236

237237
.. function:: urlencode(query[, doseq])
238238

239-
Convert a mapping object or a sequence of two-element tuples to a
239+
Convert a mapping object or a sequence of two-element tuples to a
240240
"url-encoded" string, suitable to pass to :func:`urlopen` above as the
241241
optional *data* argument. This is useful to pass a dictionary of form
242242
fields to a ``POST`` request. The resulting string is a series of

0 commit comments

Comments
 (0)