diff --git a/hub/kojihub.py b/hub/kojihub.py index 4d7eed45..9f67b85e 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -4530,7 +4530,9 @@ def list_btypes(query=None, queryOpts=None): If this parameter is None (default), Koji returns all btypes. :param dict queryOpts: additional options for this query. - :returns: a list of btype dicts. + :returns: a list of btype dicts. If you specify a query parameter for a + btype name or id that does not exist, Koji will return an empty + list. """ if query is None: query = {}