Replace show result with debug evaluate command
[mudpy.git] / doc / source / coder.rst
index b3ed6da..e91c464 100644 (file)
@@ -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')