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

This commit is contained in:
Senthil Kumaran 2014-04-16 23:33:02 -04:00
parent f7f981829b
commit 8b4a272c98

View file

@ -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***"