PR#3021: hub: fix getBuild documented parameter name
Merges #3021 https://pagure.io/koji/pull-request/3021
This commit is contained in:
commit
592f43bb4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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*:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue