diff options
author | Rob Crittenden <rcritten@redhat.com> | 2008-10-27 12:23:49 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2008-10-27 12:23:49 -0400 |
commit | 201a963930b69baff2a31f685cb4cdd38d6da42e (patch) | |
tree | eec48bce919ae17a54959805d782e42a52db3170 /ipalib | |
parent | 37e759432e4acbb03c84a2ae31c6213bcc60d461 (diff) | |
download | freeipa-201a963930b69baff2a31f685cb4cdd38d6da42e.tar.gz freeipa-201a963930b69baff2a31f685cb4cdd38d6da42e.tar.xz freeipa-201a963930b69baff2a31f685cb4cdd38d6da42e.zip |
Fix comment
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/plugins/f_group.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/f_group.py b/ipalib/plugins/f_group.py index b5f80f93c..13af14c15 100644 --- a/ipalib/plugins/f_group.py +++ b/ipalib/plugins/f_group.py @@ -135,7 +135,7 @@ class group_mod(crud.Mod): 'Edit an existing group.' 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 by this method. |