From 9c9634548011dc2616161f8781bc00779d1c9afa Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Wed, 4 Feb 2015 10:56:59 -0800 Subject: [PATCH] Fix typo in muxcommand.py. --- evennia/commands/default/muxcommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/default/muxcommand.py b/evennia/commands/default/muxcommand.py index 97027b34b..1de7ac866 100644 --- a/evennia/commands/default/muxcommand.py +++ b/evennia/commands/default/muxcommand.py @@ -12,7 +12,7 @@ __all__ = ("MuxCommand", "MuxPlayerCommand") class MuxCommand(Command): """ 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 parsing of their own unless they do something particularly advanced.