From cc71a795df4986bca5f88ce1e30f81608ca7387d Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Tue, 5 Apr 2016 06:19:42 +0000 Subject: Fix typos in documentation and comments --- Lib/http/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/http/client.py') diff --git a/Lib/http/client.py b/Lib/http/client.py index 2d6e07bbfc..350313e87b 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 -- cgit v1.2.1