Skip to content

Commit

Permalink
fixing a capitalization error in the send() method doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Mar 1, 2012
1 parent 65eaebb commit 1532eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests/models.py
Expand Up @@ -377,7 +377,7 @@ def register_hook(self, event, hook):
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.
Expand Down

0 comments on commit 1532eff

Please sign in to comment.