mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #3295 from iLPdev/patch-3
docs(Learning-Typeclasses): 📝 fix instructions calling self.get_stats()
This commit is contained in:
commit
78221f8ac3
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