From 5e6b6b8239b9b3314e2fafa845782f8928ddc40f Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 26 Feb 2023 00:33:26 +0100 Subject: [PATCH] Fix typo in beginner tutorial. Resolve #3118 --- .../Part1/Beginner-Tutorial-Learning-Typeclasses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Learning-Typeclasses.md b/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Learning-Typeclasses.md index e923ef685a..d7dd74d786 100644 --- a/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Learning-Typeclasses.md +++ b/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Learning-Typeclasses.md @@ -151,7 +151,7 @@ bound Python instances before. But you need to use `db_key` instead of `key` and remember to call `.save()` afterwards. Evennia has a helper function that is more common to use, called `create_object`. Let's recreate Cuddly this time: - > py evennia.create_object('typeclasses.monster.Monster', key="Cuddly", location=here) + > py evennia.create_object('typeclasses.monsters.Monster', key="Cuddly", location=here) > look Boom, Cuddly should now be in the room with you, a little less scary than Smaug. You specify the