Replace show result with debug evaluate command
[mudpy.git] / doc / source / coder.rst
index 0e5bcae..e91c464 100644 (file)
@@ -125,7 +125,7 @@ cloned it::
 
 Now you should be able to invoke any tox testenv you like. Just
 running :command:`tox` without any additional options will go
-through the defalt battery of checks and is a good way to make sure
+through the default battery of checks and is a good way to make sure
 everything is installed and working. Once you're ready to try out
 the server interactively, launch it like this::
 
@@ -208,7 +208,7 @@ how I'd go about implementing it:
    skill, spell, item, or however finding that information would
    best fit into your setting). This is stored in the element's
    :code:`.key` attribute, and you can play around with it on the
-   command line with :command:`show result` like this::
+   command line with :command:`evaluate` like this::
 
     > look
     Center Sample Location
@@ -218,7 +218,7 @@ how I'd go about implementing it:
     A sample prop sits here.
     Utso is here.
 
-    > show result [
+    > evaluate [
           a.key.split('_', 1)[1]
           for a in actor.universe.contents[
               actor.get('location')