diff options
| -rw-r--r-- | pyramid/interfaces.py | 2 |
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.""" |
