csev/py4e

Chapter 14: Python Objects - typo in PartyAnimal explanation text

Opened this issue · 0 comments

The text currently states: "The first method is a specially-named method called init().".

The parens are misplaced and should be at the end, object.__init__(self[, ...]).