From 06ecaf50d7a66a624761043ce950ab32d3e883a9 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 2 Feb 2015 14:15:27 -0600 Subject: fix syntax of code-block again --- pyramid/security.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyramid/security.py b/pyramid/security.py index 01de80b22..011545939 100644 --- a/pyramid/security.py +++ b/pyramid/security.py @@ -126,9 +126,9 @@ def remember(request, userid=_marker, **kw): current :term:`authentication policy`. Common usage might look like so within the body of a view function (``response`` is assumed to be a :term:`WebOb` -style :term:`response` object - computed previously by the view code):: + 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