X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/blobdiff_plain/c7683430b5cdb7bb023fd53bb995bd466e210734..7a3774dc788a78b27755a915b646fcc26404bf20:/afs/pts.py?ds=inline 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')