summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-02 23:28:39 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-02 23:28:39 -0700
commitb06e3358397425f25075b8032953a132a99c1b1c (patch)
treeb6d9294baacc38f8e6b739de0dfdd6f943f6dcdf /docs
parent98d24b0acaf94f553936421092686bed16eeb00f (diff)
downloadpyramid-b06e3358397425f25075b8032953a132a99c1b1c.tar.gz
pyramid-b06e3358397425f25075b8032953a132a99c1b1c.tar.bz2
pyramid-b06e3358397425f25075b8032953a132a99c1b1c.zip
clarify that the keys are byte strings
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