sa2c / python-oop-novice

An introduction to object-oriented programming for Python users in research
https://sa2c.github.io/python-oop-novice/
Other
1 stars 5 forks source link

Mutation does not change the class #25

Closed edbennett closed 5 months ago

edbennett commented 5 months ago

Episode 1 states:

Methods of mutable objects can, and often do, change the class.

This isn't true; the instance is changed, not the class.