summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2011-01-12 22:40:12 +0200
committerMarius Gedminas <marius@gedmin.as>2011-01-12 22:40:12 +0200
commit39eb94dc5c1d1e254db682476dd3e5e7d2abfc86 (patch)
tree7724308420b5e3c167c4d3923b891e6f0cb6b5a4
parent7c241987fa0f388c3c61a8b0a4a87ce9fafd8896 (diff)
downloadpyramid-39eb94dc5c1d1e254db682476dd3e5e7d2abfc86.tar.gz
pyramid-39eb94dc5c1d1e254db682476dd3e5e7d2abfc86.tar.bz2
pyramid-39eb94dc5c1d1e254db682476dd3e5e7d2abfc86.zip
Typo: neednt -> needn't.
-rw-r--r--pyramid/interfaces.py2
1 files changed, 1 insertions, 1 deletions
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."""