From d0fdf0eb38da6afaddc8bca88af3fa32fac367cf Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 20 Aug 2011 19:59:41 -0400 Subject: [PATCH] no longer required --- requests/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1