rsokl / Learning_Python

Source material for Python Like You Mean it
https://www.pythonlikeyoumeanit.com/
Other
165 stars 54 forks source link

Typo #99

Closed lawwu closed 5 years ago

lawwu commented 5 years ago

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 5 years ago

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