From b4eeac10eac4dbd6a55379564c67f70d5f157c3a Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Sep 07 2021 21:31:51 +0000 Subject: hub: fix getBuild documented parameter name The getBuild method takes a parameter named buildInfo, not buildID. Update the docstring to reflect this. --- diff --git a/hub/kojihub.py b/hub/kojihub.py index 98a45de..2fec043 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*: