Merge pull request #940 from Lukasa/issue917

Update docs to reflect use of params
This commit is contained in:
Kenneth Reitz
2012-11-17 03:03:32 -08:00
+1 -1
View File
@@ -97,7 +97,7 @@ class Request(object):
#: :class:`Request <Request>`.
self.data = None
#: Dictionary or byte of querystring data to attach to the
#: Dictionary of querystring data to attach to the
#: :class:`Request <Request>`. The dictionary values can be lists for representing
#: multivalued query parameters.
self.params = None