From b4eeac10eac4dbd6a55379564c67f70d5f157c3a Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 7 Sep 2021 17:31:51 -0400 Subject: [PATCH] hub: fix getBuild documented parameter name The getBuild method takes a parameter named buildInfo, not buildID. Update the docstring to reflect this. --- hub/kojihub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/kojihub.py b/hub/kojihub.py index 98a45de0..2fec0436 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -4222,7 +4222,7 @@ def find_build_id(X, strict=False): def get_build(buildInfo, strict=False): """Return information about a build. - buildID may be either a int ID, a string NVR, or a map containing + buildInfo may be either a int ID, a string NVR, or a map containing 'name', 'version' and 'release. A map will be returned containing the following keys*: