Deleted the extra word in PreparedRequest.prepare's docstring

This commit is contained in:
Can Ibanoglu
2013-10-23 00:15:41 +03:00
parent 741fd3ded5
commit 76be17b00a
+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)