From 2a1dc520d0d2df6c5e074e19fb5a577a6c1f7684 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sun, 12 Dec 2010 10:39:29 -0700 Subject: fix sentence spacing --- docs/narr/sessions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.2.3