summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-02-02 10:58:20 -0600
committerMichael Merickel <michael@merickel.org>2015-02-02 10:58:39 -0600
commit8da041fe67a8f8d35418681f831a57e949d605e3 (patch)
treed1f37a1b28ec8d7778eb67a7770bfc05133b4618
parent0a2701247146a57cba33683c6c386a04f51a6fa8 (diff)
downloadpyramid-8da041fe67a8f8d35418681f831a57e949d605e3.tar.gz
pyramid-8da041fe67a8f8d35418681f831a57e949d605e3.tar.bz2
pyramid-8da041fe67a8f8d35418681f831a57e949d605e3.zip
fix syntax of code-block
-rw-r--r--pyramid/security.py2
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')