diff --git a/requests/models.py b/requests/models.py index 8368c9fb..c6c5f896 100644 --- a/requests/models.py +++ b/requests/models.py @@ -377,7 +377,7 @@ class Request(object): return self.hooks[event].append(hook) def send(self, anyway=False, prefetch=False): - """Sends the request. Returns True of successful, false if not. + """Sends the request. Returns True of successful, False if not. If there was an HTTPError during transmission, self.response.status_code will contain the HTTPError code.