no longer required

This commit is contained in:
Kenneth Reitz
2011-08-20 19:59:41 -04:00
parent c5d787d6fd
commit d0fdf0eb38
+1 -1
View 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