mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #2536 from jamesbeebop/doc-fix
small change to first steps doc
This commit is contained in:
commit
cc7f870292
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:
|
||||
|
||||
```python
|
||||
class CmdAbilities(Command):
|
||||
class CmdAbilities(BaseCommand):
|
||||
"""
|
||||
List abilities
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue