diff options
| author | Michael Merickel <michael@merickel.org> | 2015-02-02 10:58:20 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-02-02 10:58:39 -0600 |
| commit | 8da041fe67a8f8d35418681f831a57e949d605e3 (patch) | |
| tree | d1f37a1b28ec8d7778eb67a7770bfc05133b4618 | |
| parent | 0a2701247146a57cba33683c6c386a04f51a6fa8 (diff) | |
| download | pyramid-8da041fe67a8f8d35418681f831a57e949d605e3.tar.gz pyramid-8da041fe67a8f8d35418681f831a57e949d605e3.tar.bz2 pyramid-8da041fe67a8f8d35418681f831a57e949d605e3.zip | |
fix syntax of code-block
| -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 cbb4b895f..01de80b22 100644 --- a/pyramid/security.py +++ b/pyramid/security.py @@ -128,7 +128,7 @@ def remember(request, userid=_marker, **kw): assumed to be a :term:`WebOb` -style :term:`response` object computed previously by the view code):: - .. code-block:: python + .. code-block: python from pyramid.security import remember headers = remember(request, 'chrism', password='123', max_age='86400') |
