Fix typo in player.py.

This commit is contained in:
Ahmed Charles 2015-02-07 18:16:55 -08:00 committed by Griatch
parent 469e9c73c1
commit 857b5add7a

View file

@ -223,7 +223,7 @@ class CmdIC(MuxPlayerCommand):
"""
key = "@ic"
# lockmust be all() for different puppeted objects to access it.
# lock must be all() for different puppeted objects to access it.
locks = "cmd:all()"
aliases = "@puppet"
help_category = "General"