From 704bd1cdf1807465d7fcd675b671d995afcb1e3c Mon Sep 17 00:00:00 2001 From: Dimitri Date: Tue, 12 Oct 2021 12:13:42 -0600 Subject: [PATCH] correct typo "npt" -> "npc" --- .../Howto/Starting/Part3/Tutorial-for-basic-MUSH-like-game.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Howto/Starting/Part3/Tutorial-for-basic-MUSH-like-game.md b/docs/source/Howto/Starting/Part3/Tutorial-for-basic-MUSH-like-game.md index ecd0fd59d9..20991fc920 100644 --- a/docs/source/Howto/Starting/Part3/Tutorial-for-basic-MUSH-like-game.md +++ b/docs/source/Howto/Starting/Part3/Tutorial-for-basic-MUSH-like-game.md @@ -450,7 +450,7 @@ class CmdCreateNPC(Command): )) caller.location.msg_contents(message_template.format( creator=caller.key, - npt=name, + npc=name, ), exclude=caller) ``` Here we define a `+createnpc` (`+createNPC` works too) that is callable by everyone *not* having the