From cba12699fd7dc85ec3ac76a78cf70ed156878a5d Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Fri, 16 Oct 2015 15:26:42 -0700 Subject: [PATCH] Fix typos in documentation. --- evennia/utils/evmenu.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/evennia/utils/evmenu.py b/evennia/utils/evmenu.py index 4bb600a496..48ad4c27dd 100644 --- a/evennia/utils/evmenu.py +++ b/evennia/utils/evmenu.py @@ -127,9 +127,9 @@ The menu tree is exited either by using the in-menu quit command or by reaching a node without any options. -For a menu demo, import CmdTestDemo from this module and add it to -your default cmdset. Run it with this module, like `testdemo -evennia.utils.evdemo`. +For a menu demo, import CmdTestMenu from this module and add it to +your default cmdset. Run it with this module, like `testmenu +evennia.utils.evmenu`. """