diff options
Diffstat (limited to 'docs/narr/views.rst')
| -rw-r--r-- | docs/narr/views.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 88e062abb..b106d2a0e 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -700,6 +700,6 @@ rendered in a request that has a ``;charset=utf-8`` stanza on its .. note:: Only the *values* of request params obtained via ``request.params``, ``request.GET`` or ``request.POST`` are decoded - to Unicode objects implicitly by :mod:`repoze.bfg`. The keys are - still strings. + to Unicode objects implicitly in :mod:`repoze.bfg`'s default + configuration. The keys are still strings. |
