effective-debugging
effective-debugging copied to clipboard
Page 85, Item 33, line 11 from bottom
When programming in Python, import the pprint module and use its PrettyPrinter method.
should be read as
When programming in Python, import the pprint module and use its PrettyPrinter class.
Ref: https://docs.python.org/3/library/pprint.html#pprint.PrettyPrinter