Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Lib/http/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1391,8 +1391,7 @@ def getresponse(self):
"""Get the response from the server.
If the HTTPConnection is in the correct state, returns an
instance of HTTPResponse or of whatever object is returned by
the response_class variable.
instance of HTTPResponse.
If a request has not been sent or if a previous response has
not be handled, ResponseNotReady is raised. If the HTTP
Expand Down
Loading