PR#605: update docstring

Merges #605
https://pagure.io/koji/pull-request/605
This commit is contained in:
Mike McLean 2017-10-05 13:02:11 -04:00
commit d73a0f256e

View file

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