diff options
| author | Chris McDonough <chrism@plope.com> | 2013-10-30 20:10:22 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-10-30 20:10:22 -0400 |
| commit | 2bdafd4b1abf983d6c0d4c504b58d74d05077523 (patch) | |
| tree | 71ee9f2a430fc0f2bba587d383b8ecb13c5387ea | |
| parent | 3657ba974660677050fe4a62441c2073bd71203c (diff) | |
| download | pyramid-2bdafd4b1abf983d6c0d4c504b58d74d05077523.tar.gz pyramid-2bdafd4b1abf983d6c0d4c504b58d74d05077523.tar.bz2 pyramid-2bdafd4b1abf983d6c0d4c504b58d74d05077523.zip | |
rendering
| -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 |
