#3021 hub: fix getBuild documented parameter name
Merged 2 years ago by tkopecek. Opened 2 years ago by ktdreyer.
ktdreyer/koji doc-getbuild  into  master

file modified
+1 -1
@@ -4222,7 +4222,7 @@ 

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

The getBuild method takes a parameter named buildInfo, not buildID. Update the docstring to reflect this.

Commit 592f43b fixes this pull-request

Pull-Request has been merged by tkopecek

2 years ago
Metadata