We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d40998 commit 385bc10Copy full SHA for 385bc10
1 file changed
Doc/library/urllib.rst
@@ -236,7 +236,7 @@ Utility functions
236
237
.. function:: urlencode(query[, doseq])
238
239
- Convert a mapping object or a sequence of two-element tuples to a
+ Convert a mapping object or a sequence of two-element tuples to a
240
"url-encoded" string, suitable to pass to :func:`urlopen` above as the
241
optional *data* argument. This is useful to pass a dictionary of form
242
fields to a ``POST`` request. The resulting string is a series of
0 commit comments