Merge pull request #3057 from 0bviouSquirre1/patch-2

Update Beginner-Tutorial-Python-basic-introduction.md
This commit is contained in:
Griatch 2023-01-06 18:33:59 +01:00 committed by GitHub
commit 5ed43c85d6

View file

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