From 7c756b9ace5c858e78d0ba6baccb5af2bd17a2df Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 19 Oct 2013 15:10:26 -0500 Subject: remove redundant "see" --- pyramid/session.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyramid/session.py b/pyramid/session.py index f14783adb..7224bef1a 100644 --- a/pyramid/session.py +++ b/pyramid/session.py @@ -498,9 +498,8 @@ 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 (see - :ref:`admonishment_against_secret_sharing`). Default: - ``'pyramid.session.'``. + strongly discouraged, (see :ref:`admonishment_against_secret_sharing`). + Default: ``'pyramid.session.'``. ``cookie_name`` The name of the cookie used for sessioning. Default: ``'session'``. -- cgit v1.2.3