From 1ef4431ac1a5adb70270e6d969aaae17de416500 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 28 Sep 2021 19:09:26 -0400 Subject: [PATCH] small change to sync the doc example with imported name in game_template/commands/command.py --- docs/source/First-Steps-Coding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/First-Steps-Coding.md b/docs/source/First-Steps-Coding.md index 76b1f4cf8c..fa54b4484d 100644 --- a/docs/source/First-Steps-Coding.md +++ b/docs/source/First-Steps-Coding.md @@ -167,7 +167,7 @@ module has all the imports already set up along with some useful documentation. the bottom of this file: ```python - class CmdAbilities(Command): + class CmdAbilities(BaseCommand): """ List abilities