summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-12 10:39:29 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-12 10:39:29 -0700
commit2a1dc520d0d2df6c5e074e19fb5a577a6c1f7684 (patch)
tree97ab75eac2b140ee61dc42d00dce47ca836abd1e
parente667ef0c1e442aaa22553ec9dee6fb7e827036f9 (diff)
downloadpyramid-2a1dc520d0d2df6c5e074e19fb5a577a6c1f7684.tar.gz
pyramid-2a1dc520d0d2df6c5e074e19fb5a577a6c1f7684.tar.bz2
pyramid-2a1dc520d0d2df6c5e074e19fb5a577a6c1f7684.zip
fix sentence spacing
-rw-r--r--docs/narr/sessions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst
index a7fe9ab7d..7a0a03384 100644
--- a/docs/narr/sessions.rst
+++ b/docs/narr/sessions.rst
@@ -155,6 +155,6 @@ session object by implementing a :term:`session factory`. Your
session factory should return a :term:`session`. The interfaces for
both types are available in
:class:`pyramid.interfaces.ISessionFactory` and
-:class:`pyramid.interfaces.ISession`. You might use the cookie
+:class:`pyramid.interfaces.ISession`. You might use the cookie
implementation in the :mod:`pyramid.session` module as inspiration.