Michael Merickel
2015-02-02 ea909279793ab6e11cb9ffd8c46c41dc15c3920a
fix syntax of code-block
1 files modified
2 ■■■ changed files
pyramid/security.py 2 ●●● patch | view | raw | blame | history
pyramid/security.py
@@ -126,7 +126,7 @@
    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')