rsokl/Learning_Python

Typo

lawwu opened this issue · 1 comments

lawwu commented

https://www.pythonlikeyoumeanit.com/Module4_OOP/Methods.html

"When you call an instance method (e.g. func) from an instance object (e.g. inst), Python automatically passes that instance object as the first argument, in addition to any other arguments that were passd in by the user."

rsokl commented

Thank you for reporting this, it will be fixes ASAP :)