From 39eb94dc5c1d1e254db682476dd3e5e7d2abfc86 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Wed, 12 Jan 2011 22:40:12 +0200 Subject: Typo: neednt -> needn't. --- pyramid/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py index 14ff100b1..a9b686105 100644 --- a/pyramid/interfaces.py +++ b/pyramid/interfaces.py @@ -165,7 +165,7 @@ class IAuthenticationPolicy(Interface): def unauthenticated_userid(request): """ Return the *unauthenticated* userid. This method performs the same duty as ``authenticated_userid`` but is permitted to return the - userid based only on data present in the request; it neednt (and + userid based only on data present in the request; it needn't (and shouldn't) check any persistent store to ensure that the user record related to the request userid exists.""" -- cgit v1.2.3