From 6d9944cb938630bb8f3244c62606a9f8daf5f619 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 10 Nov 2011 19:53:21 -0500 Subject: Fix copy/paste error in parameter description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contributed by Jérôme Fenal --- ipalib/plugins/aci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/aci.py') diff --git a/ipalib/plugins/aci.py b/ipalib/plugins/aci.py index fc5582db..429ae6eb 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 -- cgit