effective-debugging icon indicating copy to clipboard operation
effective-debugging copied to clipboard

Page 85, Item 33, line 11 from bottom

Open HayaoSuzuki opened this issue 8 years ago • 0 comments

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

HayaoSuzuki avatar Jun 21 '17 15:06 HayaoSuzuki