From: Can Ibanoglu Date: Tue, 22 Oct 2013 21:15:41 +0000 (+0300) Subject: Deleted the extra word in PreparedRequest.prepare's docstring X-Git-Tag: v2.0.1~8^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76be17b00ac8e6f16e0a7e987a15b5d36e6bab01;p=services%2Fpython-requests.git Deleted the extra word in PreparedRequest.prepare's docstring --- diff --git a/requests/models.py b/requests/models.py index ee2ca9e..5647bf3 100644 --- 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)