From be03f74bea45854fec8aabca9407ca983c65111f Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 31 Jul 2011 09:35:53 -0600 Subject: Fixed a spelling mistake in ISession. --- pyramid/interfaces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py index a06cb7e52..5ef11b1cf 100644 --- a/pyramid/interfaces.py +++ b/pyramid/interfaces.py @@ -777,13 +777,13 @@ class ISession(Interface): """ Pop a queue from the flash storage. The queue is removed from flash storage after this message is called. The queue is returned; it is a list of flash messages added by - :meth:`pyramid.interfaces.ISesssion.flash`""" + :meth:`pyramid.interfaces.ISession.flash`""" def peek_flash(queue=''): """ Peek at a queue in the flash storage. The queue remains in flash storage after this message is called. The queue is returned; it is a list of flash messages added by - :meth:`pyramid.interfaces.ISesssion.flash` + :meth:`pyramid.interfaces.ISession.flash` """ def new_csrf_token(): -- cgit v1.2.3