server/sources/__init__.py
changeset 6162 76bd320c5ace
parent 6142 8bc6eac1fac1
parent 6152 6824f8b61098
child 6427 c8a5ac2d1eaa
--- a/server/sources/__init__.py	Thu Aug 26 10:29:32 2010 +0200
+++ b/server/sources/__init__.py	Thu Aug 26 11:45:57 2010 +0200
@@ -307,7 +307,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`