summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2014-04-17 03:33:30 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2014-04-17 03:33:30 (GMT)
commit249e74aa26e03e3278fa80f74b4eba9b75f92270 (patch)
treeb8e8d0de5e5a0393c060d5e61fa9829d75ee832a
parent16b8c619cdbfaabae1e2a07cf02c3f5f758ef7ad (diff)
parent8b4a272c98249a8d42e0738a6f0d28e724efd7a3 (diff)
downloadcpython-249e74aa26e03e3278fa80f74b4eba9b75f92270.zip
cpython-249e74aa26e03e3278fa80f74b4eba9b75f92270.tar.gz
cpython-249e74aa26e03e3278fa80f74b4eba9b75f92270.tar.bz2
merge 3.4
-rw-r--r--Doc/library/http.client.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index 10704ce..9f6bcd1 100644
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -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***"