summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-12-19 01:00:42 -0600
committerMichael Merickel <michael@merickel.org>2013-12-19 01:00:42 -0600
commitdd449905be07e6088d78af0be84e8e98e72e445d (patch)
treee14deea1411b061ec90fdee2b8bb560f8fae217b
parent6b0d6ff01277993660049e3c289126ffb309c8dd (diff)
downloadpyramid-dd449905be07e6088d78af0be84e8e98e72e445d.tar.gz
pyramid-dd449905be07e6088d78af0be84e8e98e72e445d.tar.bz2
pyramid-dd449905be07e6088d78af0be84e8e98e72e445d.zip
typos
-rw-r--r--pyramid/session.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/session.py b/pyramid/session.py
index 8c9900975..e3ce4a090 100644
--- a/pyramid/session.py
+++ b/pyramid/session.py
@@ -165,7 +165,7 @@ def BaseCookieSessionFactory(
Parameters:
``serializer``
- An object with two methods: `loads`` and ``dumps``. The ``loads`` method
+ An object with two methods: ``loads`` and ``dumps``. The ``loads`` method
should accept bytes and return a Python object. The ``dumps`` method
should accept a Python object and return bytes. A ``ValueError`` should
be raised for malformed inputs.
@@ -572,7 +572,7 @@ def SignedCookieSessionFactory(
while rendering a view. Default: ``True``.
``serializer``
- An object with two methods: `loads`` and ``dumps``. The ``loads`` method
+ An object with two methods: ``loads`` and ``dumps``. The ``loads`` method
should accept bytes and return a Python object. The ``dumps`` method
should accept a Python object and return bytes. A ``ValueError`` should
be raised for malformed inputs. If a serializer is not passed, the