Clarified DefaultCharacter docstring. Resolves #738.

This commit is contained in:
Griatch 2015-04-17 11:33:52 +02:00
parent c713adfcb4
commit 4a2d8f16e4

View file

@ -1340,8 +1340,8 @@ class DefaultObject(ObjectDB):
class DefaultCharacter(DefaultObject):
"""
This implements an Object puppeted by a Session and what that
means.
This implements an Object puppeted by a Session - that is,
a character avatar controlled by a player.
"""