small change to sync the doc example with imported name in game_template/commands/command.py
This commit is contained in:
parent
36ded8408d
commit
1ef4431ac1
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ module has all the imports already set up along with some useful documentation.
|
||||||
the bottom of this file:
|
the bottom of this file:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
class CmdAbilities(Command):
|
class CmdAbilities(BaseCommand):
|
||||||
"""
|
"""
|
||||||
List abilities
|
List abilities
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue