Fix typo in muxcommand.py.
This commit is contained in:
parent
402afdc325
commit
9c96345480
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue