Commit 8b4a272c authored by Senthil Kumaran's avatar Senthil Kumaran

Correct the URL in the http.client example. Noted by Evens Fortuné. Closes #21229

parent f7f98182
......@@ -660,7 +660,7 @@ request using http.client::
>>> # This creates an HTTP message
>>> # with the content of BODY as the enclosed representation
>>> # for the resource http://localhost:8080/foobar
>>> # for the resource http://localhost:8080/file
...
>>> import http.client
>>> BODY = "***filecontents***"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment