Merge pull request #3295 from iLPdev/patch-3

docs(Learning-Typeclasses): 📝 fix instructions calling self.get_stats()
This commit is contained in:
Griatch 2023-10-21 16:49:36 +02:00 committed by GitHub
commit 78221f8ac3
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