A group's membership is PTEntry.members, not PTEntry.users
Signed-off-by: Alex Dehnert <adehnert@mit.edu>
groups: For users, this contains a collection class representing
the set of groups the user is a member of.
- users: For groups, this contains a collection class representing
+ members: For groups, this contains a collection class representing
the members of this group.
"""
_attrs = ('id', 'name', 'count', 'flags', 'ngroups', 'nusers')