Deleted the extra word in PreparedRequest.prepare's docstring
authorCan Ibanoglu <can@howyoucod.in>
Tue, 22 Oct 2013 21:15:41 +0000 (00:15 +0300)
committerCan Ibanoglu <can@howyoucod.in>
Tue, 22 Oct 2013 21:15:41 +0000 (00:15 +0300)
requests/models.py

index ee2ca9e..5647bf3 100644 (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)