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[, ...])`.
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[, ...]).