Fix comment

This commit is contained in:
Rob Crittenden 2008-10-27 12:23:49 -04:00
parent 37e759432e
commit 201a963930

View File

@ -135,7 +135,7 @@ class group_mod(crud.Mod):
'Edit an existing group.' 'Edit an existing group.'
def execute(self, cn, **kw): def execute(self, cn, **kw):
""" """
Execute the user-mod operation. Execute the group-mod operation.
The dn should not be passed as a keyword argument as it is constructed The dn should not be passed as a keyword argument as it is constructed
by this method. by this method.