From: Alex Dehnert Date: Fri, 16 Dec 2011 01:06:14 +0000 (-0500) Subject: Correct documention X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/commitdiff_plain/94170b7204c37db4553094a823f3f171dbe993e9 Correct documention A group's membership is PTEntry.members, not PTEntry.users Signed-off-by: Alex Dehnert --- diff --git a/afs/pts.py b/afs/pts.py index e9f3c98..95c6d4a 100644 --- a/afs/pts.py +++ b/afs/pts.py @@ -215,7 +215,7 @@ class PTEntry(object): 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')