diff options
| -rw-r--r-- | pyramid/security.py | 2 |
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 |
