Update docs to reflect use of params

Resolves issue #917.
This commit is contained in:
Cory Benfield
2012-11-16 23:05:35 +00:00
parent dea8e96bd5
commit c8b2f7a37b
+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