py4e
py4e copied to clipboard
Chapter 14: Python Objects - typo in PartyAnimal explanation text
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[, ...]).