diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-05 06:19:42 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-05 06:19:42 (GMT) |
commit | cc71a795df4986bca5f88ce1e30f81608ca7387d (patch) | |
tree | 2372590be9a189f04f3e1cd048af3fd5255a4ae7 /Lib/http/client.py | |
parent | 28f35b24b67961626caa00dfee2c18223a05b696 (diff) | |
download | cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.zip cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.tar.gz cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.tar.bz2 |
Fix typos in documentation and comments
Diffstat (limited to 'Lib/http/client.py')
-rw-r--r-- | Lib/http/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/http/client.py b/Lib/http/client.py index 2d6e07b..350313e8 100644 --- a/Lib/http/client.py +++ b/Lib/http/client.py @@ -1155,7 +1155,7 @@ class HTTPConnection: If the HTTPConnection is in the correct state, returns an instance of HTTPResponse or of whatever object is returned by - class the response_class variable. + the response_class variable. If a request has not been sent or if a previous response has not be handled, ResponseNotReady is raised. If the HTTP |