Hacker News new | ask | show | jobs
by filipew 1366 days 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

1 comments

Small typos everywhere. Init functions without the dunders, move_ahead in an abstract class then moveahead later.