projects
/
platform
/
upstream
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
741fd3d
)
Deleted the extra word in PreparedRequest.prepare's docstring
author
Can Ibanoglu
<can@howyoucod.in>
Tue, 22 Oct 2013 21:15:41 +0000
(
00:15
+0300)
committer
Can Ibanoglu
<can@howyoucod.in>
Tue, 22 Oct 2013 21:15:41 +0000
(
00:15
+0300)
requests/models.py
patch
|
blob
|
history
diff --git
a/requests/models.py
b/requests/models.py
index
ee2ca9e
..
5647bf3
100644
(file)
--- a/
requests/models.py
+++ b/
requests/models.py
@@
-277,7
+277,7
@@
class PreparedRequest(RequestEncodingMixin, RequestHooksMixin):
def prepare(self, method=None, url=None, headers=None, files=None,
data=None, params=None, auth=None, cookies=None, hooks=None):
- """Prepares the
the
entire request with the given parameters."""
+ """Prepares the entire request with the given parameters."""
self.prepare_method(method)
self.prepare_url(url, params)