5 ms·
Small typo at the start of the code examples. We define the instance as: someobject = SomeClass() but then we refer to it as someobj and some_object
by filipew 4y ago
Small typo at the start of the code examples.
We define the instance as:
someobject = SomeClass()
but then we refer to it as someobj and some_object
- annowiki 4y agoSmall typos everywhere. Init functions without the dunders, move_ahead in an abstract class then moveahead later.