Add registered user information.

This commit is contained in:
2013-11-08 22:39:58 +00:00
parent 48239b32ae
commit dad1a72cf0
3 changed files with 20 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ class Group(object):
@property
def inherited(self):
"""Indiciates if the group is herited from a parent channel."""
"""Indiciates if the group is inherited from a parent channel."""
return bool(self.__group.inherited)
@property