summaryrefslogtreecommitdiff
path: root/docs/narr/sessions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/sessions.rst')
-rw-r--r--docs/narr/sessions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst
index f37cc3c7d..916c6c1f6 100644
--- a/docs/narr/sessions.rst
+++ b/docs/narr/sessions.rst
@@ -415,7 +415,7 @@ See :meth:`pyramid.config.Configurator.add_view`.
...
.. note::
- A mismatch of csrf token is treated like any other predicate miss, and the
+ A mismatch of CSRF token is treated like any other predicate miss, and the
predicate system, when it doesn't find a view, raises ``HTTPNotFound``
instead of ``HTTPBadRequest``, so ``check_csrf=True`` behavior is different
from calling :func:`pyramid.session.check_csrf_token`.