summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/views.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index c3e45a01a..373faed8c 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -1117,7 +1117,7 @@ response object, you will need to ensure you do this yourself.
.. note:: Only the *values* of request params obtained via
``request.params``, ``request.GET`` or ``request.POST`` are decoded
to Unicode objects implicitly in the :app:`Pyramid` default
- configuration. The keys are still strings.
+ configuration. The keys are still (byte) strings.
.. index::
single: view configuration