From 2dea188aefc75837fabe76ae53e6a79d3e16f946 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 19 Oct 2013 15:10:55 -0500 Subject: moar typos --- pyramid/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/session.py b/pyramid/session.py index 7224bef1a..9ff9ffa20 100644 --- a/pyramid/session.py +++ b/pyramid/session.py @@ -498,7 +498,7 @@ def SignedCookieSessionFactory( ``salt`` A namespace to avoid collisions between different uses of a shared secret. Reusing a secret for different parts of an application is - strongly discouraged, (see :ref:`admonishment_against_secret_sharing`). + strongly discouraged (see :ref:`admonishment_against_secret_sharing`). Default: ``'pyramid.session.'``. ``cookie_name`` -- cgit v1.2.3