Merge pull request #1697 from canibanoglu/docstring-PreparedRequest

Deleted the extra word in PreparedRequest.prepare's docstring
This commit is contained in:
Cory Benfield
2013-10-22 14:19:47 -07:00
+1 -1
View File
@@ -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)