summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-27 20:18:34 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-27 20:18:34 +0200
commit56aa52c7175bc110b9505b0142eec4308f49c0d8 (patch)
treecb51d0a4f9e8144f09eb9703b7adf06b7d6a4c9e
parentf9bb5acdef3322e549512ad721b2c351c0064e71 (diff)
downloadpyramid-56aa52c7175bc110b9505b0142eec4308f49c0d8.tar.gz
pyramid-56aa52c7175bc110b9505b0142eec4308f49c0d8.tar.bz2
pyramid-56aa52c7175bc110b9505b0142eec4308f49c0d8.zip
capitalize
-rw-r--r--pyramid/session.py2
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).