Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9427dcf commit 54ebb78Copy full SHA for 54ebb78
1 file changed
Doc/faq/library.rst
@@ -666,8 +666,8 @@ Yes. Here's a simple example that uses urllib.request::
666
'/cgi-bin/some-cgi-script', data=qs)
667
msg, hdrs = req.read(), req.info()
668
669
-Note that in general for a percent-encoded POST operations, query strings must be
670
-quoted by using :func:`urllib.parse.urlencode`. For example to send name="Guy Steele,
+Note that in general for percent-encoded POST operations, query strings must be
+quoted using :func:`urllib.parse.urlencode`. For example to send name="Guy Steele,
671
Jr."::
672
673
>>> import urllib.parse
0 commit comments