diff options
| -rw-r--r-- | pyramid/session.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/session.py b/pyramid/session.py index a5e6a8d3a..f8075f942 100644 --- a/pyramid/session.py +++ b/pyramid/session.py @@ -163,7 +163,7 @@ def UnencryptedCookieSessionFactoryConfig( while rendering a view. Default: ``True``. ``signed_serialize`` - A callable which takes more or less arbitrary python data structure and + A callable which takes more or less arbitrary Python data structure and a secret and returns a signed serialization in bytes. Default: ``signed_serialize`` (using pickle). |
