Correct documention
authorAlex Dehnert <adehnert@mit.edu>
Fri, 16 Dec 2011 01:06:14 +0000 (20:06 -0500)
committerAlex Dehnert <adehnert@mit.edu>
Fri, 16 Dec 2011 20:16:32 +0000 (15:16 -0500)
A group's membership is PTEntry.members, not PTEntry.users

Signed-off-by: Alex Dehnert <adehnert@mit.edu>

afs/pts.py

index e9f3c98..95c6d4a 100644 (file)
@@ -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')