no longer required
authorKenneth Reitz <me@kennethreitz.com>
Sat, 20 Aug 2011 23:59:41 +0000 (19:59 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 20 Aug 2011 23:59:41 +0000 (19:59 -0400)
requests/models.py

index 6d27425..caf809c 100644 (file)
@@ -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