diff options
| author | Senthil Kumaran <senthil@uthcode.com> | 2014-04-17 03:33:30 (GMT) |
|---|---|---|
| committer | Senthil Kumaran <senthil@uthcode.com> | 2014-04-17 03:33:30 (GMT) |
| commit | 249e74aa26e03e3278fa80f74b4eba9b75f92270 (patch) | |
| tree | b8e8d0de5e5a0393c060d5e61fa9829d75ee832a | |
| parent | 16b8c619cdbfaabae1e2a07cf02c3f5f758ef7ad (diff) | |
| parent | 8b4a272c98249a8d42e0738a6f0d28e724efd7a3 (diff) | |
| download | cpython-249e74aa26e03e3278fa80f74b4eba9b75f92270.zip cpython-249e74aa26e03e3278fa80f74b4eba9b75f92270.tar.gz cpython-249e74aa26e03e3278fa80f74b4eba9b75f92270.tar.bz2 | |
merge 3.4
| -rw-r--r-- | Doc/library/http.client.rst | 2 |
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***" |
