From: Kenneth Reitz Date: Sat, 20 Aug 2011 23:59:41 +0000 (-0400) Subject: no longer required X-Git-Tag: v0.6.4^2~5^2~5^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0fdf0eb38da6afaddc8bca88af3fa32fac367cf;p=services%2Fpython-requests.git no longer required --- diff --git a/requests/models.py b/requests/models.py index 6d27425..caf809c 100644 --- a/requests/models.py +++ b/requests/models.py @@ -53,7 +53,7 @@ class Request(object): #: Dictionary of files to multipart upload (``{filename: content}``). self.files = files - #: HTTP Method to use. Available: GET, HEAD, PUT, POST, DELETE. + #: HTTP Method to use. self.method = method #: Dictionary or byte of request body data to attach to the