PR#2213: Correct docstring about deleting inheritance rules

Merges #2213
https://pagure.io/koji/pull-request/2213
This commit is contained in:
Tomas Kopecek 2020-05-05 10:45:35 +02:00
commit 2012b1c734

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,