From f901da04747aa00b663df51e3e8eeec2540fdd34 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 7 Mar 2015 11:35:32 +0100 Subject: [PATCH] fixed minor typo in docstring pointed out by tajmone. --- evennia/commands/default/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/default/system.py b/evennia/commands/default/system.py index 467444e369..9684eabc0b 100644 --- a/evennia/commands/default/system.py +++ b/evennia/commands/default/system.py @@ -257,7 +257,7 @@ class CmdScripts(MuxCommand): If no switches are given, this command just views all active scripts. The argument can be either an object, at which point it - will be searched for all scripts defined on it, or an script name + will be searched for all scripts defined on it, or a script name or #dbref. For using the /stop switch, a unique script #dbref is required since whole classes of scripts often have the same name.