summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/security.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/security.py b/pyramid/security.py
index b0fd38678..f86b7e43a 100644
--- a/pyramid/security.py
+++ b/pyramid/security.py
@@ -384,7 +384,7 @@ class AuthenticationAPIMixin(object):
callback. These headers are used for 'remembering' a set of
credentials implied by the data passed as ``principal`` and ``*kw``
using the current :term:`authentication policy`. Common usage might
- look like so within the body of a view function::
+ look like so within the body of a view function:
.. code-block:: python