summaryrefslogtreecommitdiff
path: root/django/http/request.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/http/request.py')
-rw-r--r--django/http/request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/http/request.py b/django/http/request.py
index c91a51b48d..797b0414b6 100644
--- a/django/http/request.py
+++ b/django/http/request.py
@@ -354,7 +354,7 @@ class QueryDict(MultiValueDict):
will always return a mutable copy.
Both keys and values set on this class are converted from the given encoding
- (DEFAULT_CHARSET by default) to unicode.
+ (DEFAULT_CHARSET by default) to str.
"""
# These are both reset in __init__, but is specified here at the class