Correct docstring about deleting inheritance rules

The docstring for the setInheritanceData method states that a special
"remove link" key set to True will remove an inheritance rule.  The
_writeInheritanceData function actually looks for a "delete link" key.
The commit updates the docstring to reflect reality.
This commit is contained in:
Carl George 2020-05-04 23:48:22 -05:00
parent 53c9fa3709
commit 7382eabe43

View file

@ -11329,7 +11329,7 @@ class RootExports(object):
:param list data: Inheritance rules to set for this child tag. This is
a list of rules (dicts) for parent tags and
priorities. If any rule dict in the list has a
special "remove link": True key and value, Koji will
special "delete link": True key and value, Koji will
remove this inheritance rule instead of adding it.
:param bool clear: Wipe out all existing inheritance rules and only
apply the ones you submit here. If unspecified,