diff options
| -rw-r--r-- | pyramid/config/security.py | 2 |
1 files changed, 1 insertions, 1 deletions
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``. """ |
