mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
docs(Learning-Typeclasses): fix instructions calling self.get_stats()
This commit is contained in:
parent
fe5f2abb63
commit
d9e6023828
1 changed files with 1 additions and 1 deletions
|
|
@ -560,7 +560,7 @@ of all of them that we then immediately loop over. Boom, we just updated all Cha
|
|||
|
||||
> quit()
|
||||
Closing the Python console.
|
||||
> self.get_stats()
|
||||
> py self.get_stats()
|
||||
(3, 18, 10)
|
||||
|
||||
## Extra Credits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue