mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix typos in documentation and comments
This commit is contained in:
parent
28f35b24b6
commit
cc71a795df
7 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue