From 5e132d2103b91a69effe0fa11d746b243fb56bf8 Mon Sep 17 00:00:00 2001 From: 0bviouSquirre1 <41396915+0bviouSquirre1@users.noreply.github.com> Date: Mon, 2 Jan 2023 11:27:15 -0500 Subject: [PATCH] Update Beginner-Tutorial-Python-basic-introduction.md updated in the actual readme, but in the link it states: > create/drop mirror:contrib.tutorial_examples.mirror.TutorialMirror where in fact it should now say: > create/drop mirror:contrib.tutorials.mirror.TutorialMirror --- .../Part1/Beginner-Tutorial-Python-basic-introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Python-basic-introduction.md b/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Python-basic-introduction.md index df7b7124ea..c9a446e52d 100644 --- a/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Python-basic-introduction.md +++ b/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Python-basic-introduction.md @@ -425,7 +425,7 @@ the room it is in. On the game command-line, let's create a mirror: - > create/drop mirror:contrib.tutorial_examples.mirror.TutorialMirror + > create/drop mirror:contrib.tutorials.mirror.TutorialMirror ```{sidebar} Creating objects @@ -638,4 +638,4 @@ first function, fixed an error and even searched and talked to a mirror! Being a python inside and outside of the game is an important skill for testing and debugging, but in practice you will be writing most your code in Python modules. -To that end we also created a first new Python module in the `mygame/` game dir, then imported and used it. Now let's look at the rest of the stuff you've got going on inside that `mygame/` folder ... \ No newline at end of file +To that end we also created a first new Python module in the `mygame/` game dir, then imported and used it. Now let's look at the rest of the stuff you've got going on inside that `mygame/` folder ...