docs(Learning-Typeclasses): fix instructions calling self.get_stats()

This commit is contained in:
iLPdev 2023-10-20 08:21:28 -07:00 committed by GitHub
parent fe5f2abb63
commit d9e6023828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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