Fix typo in muxcommand.py.

This commit is contained in:
Ahmed Charles 2015-02-04 10:56:59 -08:00 committed by Griatch
parent 402afdc325
commit 9c96345480

View file

@ -12,7 +12,7 @@ __all__ = ("MuxCommand", "MuxPlayerCommand")
class MuxCommand(Command): class MuxCommand(Command):
""" """
This sets up the basis for a MUX command. The idea This sets up the basis for a MUX command. The idea
is tkhat most other Mux-related commands should just is that most other Mux-related commands should just
inherit from this and don't have to implement much inherit from this and don't have to implement much
parsing of their own unless they do something particularly parsing of their own unless they do something particularly
advanced. advanced.