Skip to content

Commit 6bb0529

Browse files
author
Kenneth Reitz
committed
Merge pull request psf#466 from maxcountryman/develop
fixing a capitalization error in the send() method doc string
2 parents 65eaebb + 1532eff commit 6bb0529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requests/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def register_hook(self, event, hook):
377377
return self.hooks[event].append(hook)
378378

379379
def send(self, anyway=False, prefetch=False):
380-
"""Sends the request. Returns True of successful, false if not.
380+
"""Sends the request. Returns True of successful, False if not.
381381
If there was an HTTPError during transmission,
382382
self.response.status_code will contain the HTTPError code.
383383

0 commit comments

Comments
 (0)