PR#3021: hub: fix getBuild documented parameter name

Merges #3021
https://pagure.io/koji/pull-request/3021
This commit is contained in:
Tomas Kopecek 2021-09-08 13:08:51 +02:00
commit 592f43bb4d

View file

@ -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*: