From 8597552cbf9b49366c7d2a27c123d140877a1bab Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 12 Apr 2017 21:58:26 -0500 Subject: docs syntax fix --- pyramid/config/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/config/security.py b/pyramid/config/security.py index 33593376b..6864ebb23 100644 --- a/pyramid/config/security.py +++ b/pyramid/config/security.py @@ -200,7 +200,7 @@ class SecurityConfiguratorMixin(object): are not subject to CSRF attacks. For example, if a request is authenticated using the ``Authorization`` header instead of a cookie, this may return ``False`` for that request so that clients do not - need to send the ``X-CSRF-Token` header. The callback is only tested + need to send the ``X-CSRF-Token`` header. The callback is only tested for non-safe methods as defined by ``safe_methods``. """ -- cgit v1.2.3