server/sources/__init__.py
branchstable
changeset 6152 6824f8b61098
parent 6057 cb5c8852cbda
child 6162 76bd320c5ace
--- a/server/sources/__init__.py	Wed Aug 25 19:01:58 2010 +0200
+++ b/server/sources/__init__.py	Thu Aug 26 10:13:48 2010 +0200
@@ -306,7 +306,7 @@
         pass
 
     def authenticate(self, session, login, **kwargs):
-        """if the source support CWUser entity type, it should implements
+        """if the source support CWUser entity type, it should implement
         this method which should return CWUser eid for the given login/password
         if this account is defined in this source and valid login / password is
         given. Else raise `AuthenticationError`