summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-11-10 19:53:21 -0500
committerRob Crittenden <rcritten@redhat.com>2011-11-10 19:53:21 -0500
commit6d9944cb938630bb8f3244c62606a9f8daf5f619 (patch)
treef4dfaaf2efbe4e5351ed9b008e2c26f734deca04 /ipalib
parentefc3e2c1f7a3dcf5e94736395d39e1fa2800a490 (diff)
downloadfreeipa-6d9944cb938630bb8f3244c62606a9f8daf5f619.tar.gz
freeipa-6d9944cb938630bb8f3244c62606a9f8daf5f619.tar.xz
freeipa-6d9944cb938630bb8f3244c62606a9f8daf5f619.zip
Fix copy/paste error in parameter description.
Contributed by Jérôme Fenal
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/aci.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/aci.py b/ipalib/plugins/aci.py
index fc5582db8..429ae6eb5 100644
--- a/ipalib/plugins/aci.py
+++ b/ipalib/plugins/aci.py
@@ -543,7 +543,7 @@ class aci_del(crud.Delete):
"""
Execute the aci-delete operation.
- :param aciname: The name of the ACI being added.
+ :param aciname: The name of the ACI being deleted.
:param kw: unused
"""
assert 'aciname' not in kw