Cleanup tutorial docs

This commit is contained in:
Griatch 2022-11-20 20:19:48 +01:00
parent d1ddb80b22
commit 95d063e4e0
9 changed files with 429 additions and 276 deletions

View file

@ -247,6 +247,7 @@ Still in `mygame/commands/mycommands.py`, add a new class, between `CmdEcho` and
```{code-block} python
:linenos:
:emphasize-lines: 3,4,11,14,15,17,18,19,21
# ...