From 2bdafd4b1abf983d6c0d4c504b58d74d05077523 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 30 Oct 2013 20:10:22 -0400 Subject: rendering --- pyramid/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3