Docstring update: fixed exception list of accounts.create()

This commit is contained in:
Michael Spang 2007-01-28 02:01:46 -05:00
parent ec08d4326f
commit 665080e71a
1 changed files with 0 additions and 1 deletions

View File

@ -485,7 +485,6 @@ def create_group(groupname, minimum_id=None, maximum_id=None, description=''):
description - description LDAP attribute description - description LDAP attribute
Exceptions: Exceptions:
GroupExists - when the group name conflicts with an existing group
NoAvailableIDs - when the ID range is exhausted NoAvailableIDs - when the ID range is exhausted
GroupException - when not connected GroupException - when not connected
LDAPException - on LDAP failure LDAPException - on LDAP failure