summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')