From aac25c6db8343ab51fd43baecc8bd029226c4007 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jan 06 2023 12:19:54 +0000 Subject: PR#3639: doc: better wording in listTagged Merges #3639 https://pagure.io/koji/pull-request/3639 Fixes: #3638 https://pagure.io/koji/issue/3638 Improved docs for listTagged --- diff --git a/kojihub/kojihub.py b/kojihub/kojihub.py index ea1160b..91ef5e5 100644 --- a/kojihub/kojihub.py +++ b/kojihub/kojihub.py @@ -11665,8 +11665,8 @@ class RootExports(object): :param int event: event ID :param bool inherit: If inherit is True, follow the tag hierarchy and return a list of tagged RPMs for all tags in the tree - :param bool|int latest: Set to "True" to get the single latest build. Set - to an int "N" to get the latest "N" builds. If + :param bool|int latest: Set to "True" to get the single latest tagged build. Set + to an int "N" to get the "N" latest tagged builds. If unspecified, the default value is "False", and Koji will list all builds in the tag. :param str package: only rpms of the specified package