summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-04-12 21:58:26 -0500
committerMichael Merickel <michael@merickel.org>2017-04-12 21:58:26 -0500
commit8597552cbf9b49366c7d2a27c123d140877a1bab (patch)
tree8b36c695f857b6ebf82557f5a8114132a2d79fa5
parent387993115ee777784654c95d9f2f8d8ce7c4f5e4 (diff)
downloadpyramid-8597552cbf9b49366c7d2a27c123d140877a1bab.tar.gz
pyramid-8597552cbf9b49366c7d2a27c123d140877a1bab.tar.bz2
pyramid-8597552cbf9b49366c7d2a27c123d140877a1bab.zip
docs syntax fix
-rw-r--r--pyramid/config/security.py2
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``.
"""