From aeee73e3ee539f78a0cb154dd10d58c48717fd03 Mon Sep 17 00:00:00 2001 From: tajmone Date: Sat, 21 Mar 2015 23:38:42 +0100 Subject: [PATCH] Typos in example_batch_cmds.ev --- evennia/contrib/tutorial_examples/example_batch_cmds.ev | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/evennia/contrib/tutorial_examples/example_batch_cmds.ev b/evennia/contrib/tutorial_examples/example_batch_cmds.ev index 943bf8a1c5..0211269746 100644 --- a/evennia/contrib/tutorial_examples/example_batch_cmds.ev +++ b/evennia/contrib/tutorial_examples/example_batch_cmds.ev @@ -10,8 +10,8 @@ # marks the end of a previous command definition (important!). # # All supplied commands are given as normal, on their own line -# and accepts arguments in any format up until the first next -# comment line begins. Extra whitespace is removed; an empty +# and accept arguments in any format up until the first next +# comment line begins. Extra whitespace is removed; an empty # line in a command definition translates into a newline. # @@ -43,10 +43,10 @@ know you want to! # in the argument are not considered. A completely empty line # translates to a \n newline in the command; two empty lines will thus # create a new paragraph. (note that few commands support it though, you -# mainly want to use it for descriptions) +# mainly want to use it for descriptions). # Now let's place the button where it belongs (let's say limbo #2 is -# the evil lair in our example) +# the evil lair in our example). @teleport #2