diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-05 06:20:32 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-05 06:20:32 (GMT) |
commit | c86c91aab02b4ce242b5497256328a880bfdecb4 (patch) | |
tree | a25973ae1e46ea7e22eb2fabdd3d8073a029a285 /Lib/http/client.py | |
parent | 16ca06b8cb2426b540fdab75914d7cd0f715b7f0 (diff) | |
parent | cc71a795df4986bca5f88ce1e30f81608ca7387d (diff) | |
download | cpython-c86c91aab02b4ce242b5497256328a880bfdecb4.zip cpython-c86c91aab02b4ce242b5497256328a880bfdecb4.tar.gz cpython-c86c91aab02b4ce242b5497256328a880bfdecb4.tar.bz2 |
Merge typo fixes from 3.5
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 80b0dcb..763e1ef 100644 --- a/Lib/http/client.py +++ b/Lib/http/client.py @@ -1204,7 +1204,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 |