diff --git a/requests/models.py b/requests/models.py index 99f52470..a34b1b7e 100644 --- a/requests/models.py +++ b/requests/models.py @@ -379,7 +379,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.