summaryrefslogtreecommitdiff
path: root/Lib/http
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-05 06:19:42 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-04-05 06:19:42 +0000
commitcc71a795df4986bca5f88ce1e30f81608ca7387d (patch)
tree2372590be9a189f04f3e1cd048af3fd5255a4ae7 /Lib/http
parentIssue #23735: Avoid sighandler_t Gnu-ism (diff)
downloadcpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.tar.gz
cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.tar.bz2
cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.zip
Fix typos in documentation and comments
Diffstat (limited to 'Lib/http')
-rw-r--r--Lib/http/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/http/client.py b/Lib/http/client.py
index 2d6e07bbfc2..350313e87b3 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