From 56aa52c7175bc110b9505b0142eec4308f49c0d8 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sun, 27 Jan 2013 20:18:34 +0200 Subject: capitalize --- pyramid/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- cgit v1.2.3