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()
|
> quit()
|
||||||
Closing the Python console.
|
Closing the Python console.
|
||||||
> self.get_stats()
|
> py self.get_stats()
|
||||||
(3, 18, 10)
|
(3, 18, 10)
|
||||||
|
|
||||||
## Extra Credits
|
## Extra Credits
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue