From 8da041fe67a8f8d35418681f831a57e949d605e3 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 2 Feb 2015 10:58:20 -0600 Subject: fix syntax of code-block --- pyramid/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.3