Fix typo in beginner tutorial. Resolve #3118

This commit is contained in:
Griatch 2023-02-26 00:33:26 +01:00
parent 328ddf9936
commit 5e6b6b8239

View file

@ -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