From 94170b7204c37db4553094a823f3f171dbe993e9 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Thu, 15 Dec 2011 20:06:14 -0500 Subject: [PATCH] Correct documention A group's membership is PTEntry.members, not PTEntry.users Signed-off-by: Alex Dehnert --- afs/pts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 1.7.9.5