Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b4a272

Browse files
committed
Correct the URL in the http.client example. Noted by Evens Fortuné. Closes #21229
1 parent f7f9818 commit 8b4a272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/http.client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ request using http.client::
660660

661661
>>> # This creates an HTTP message
662662
>>> # with the content of BODY as the enclosed representation
663-
>>> # for the resource http://localhost:8080/foobar
663+
>>> # for the resource http://localhost:8080/file
664664
...
665665
>>> import http.client
666666
>>> BODY = "***filecontents***"

0 commit comments

Comments
 (0)