From d73a0f256e139808e3f3a41b8ad3e1ad4a6665d9 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Oct 05 2017 17:02:11 +0000 Subject: PR#605: update docstring Merges #605 https://pagure.io/koji/pull-request/605 --- diff --git a/hub/kojihub.py b/hub/kojihub.py index fbe9b8f..95360cf 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -10067,9 +10067,8 @@ class RootExports(object): def listUsers(self, userType=koji.USERTYPES['NORMAL'], prefix=None, queryOpts=None): """List all users in the system. - type can be either koji.USERTYPES['NORMAL'] - or koji.USERTYPES['HOST']. Returns a list of maps with the - following keys: + userType can be an integer value from koji.USERTYPES (defaults to 0, + i.e. normal users). Returns a list of maps with the following keys: - id - name