fixing a capitalization error in the send() method doc string

This commit is contained in:
Max Countryman
2012-03-01 17:20:01 -05:00
parent 65eaebb177
commit 1532effb68
+1 -1
View File
@@ -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.