From 793cc07ffa61abe5e861e8c23fd3af15880e66bf Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 15 Jan 2015 19:31:44 +0100 Subject: [PATCH] Fixed docstring pointing to new location of contrib --- game_template/world/batch_cmds.ev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_template/world/batch_cmds.ev b/game_template/world/batch_cmds.ev index 2d8c8f819d..1513e66964 100644 --- a/game_template/world/batch_cmds.ev +++ b/game_template/world/batch_cmds.ev @@ -18,7 +18,7 @@ # comment line begins. Extra whitespace is removed; an empty # line in a command definition translates into a newline. # -# See /contrib/tutorial_examples/batch_cmds.ev for +# See evennia/contrib/tutorial_examples/batch_cmds.ev for # an example of a batch-command code. See also the batch-code # system for loading python-code in this way. #