From 5f0ee908d1fa4fe34f67aec435ccd8eedcf8bcf5 Mon Sep 17 00:00:00 2001 From: Rohitashv Kumar Date: Jan 07 2026 10:48:05 +0000 Subject: Fix typo in get_build_targets docstring ":param int, str, dist info:" should be ":param int, str, dict info:" Signed-off-by: Rohitashv Kumar --- diff --git a/kojihub/kojihub.py b/kojihub/kojihub.py index f350f62..9e9fb47 100644 --- a/kojihub/kojihub.py +++ b/kojihub/kojihub.py @@ -3520,7 +3520,7 @@ def _delete_build_target(buildTargetInfo): def get_build_targets(info=None, event=None, buildTagID=None, destTagID=None, queryOpts=None): """Return data on all the build targets - :param int, str, dist info: build target name, ID or dict + :param int, str, dict info: build target name, ID or dict :param int event: provide event to query at a different time :param int, str, dict buildTagID: build tag name, ID or dict :param int, str, dict destTagID: destination tag name, ID or dict