dspinellis / dspinellis/effective-debugging
Page 85, Item 33, line 11 from bottom
Open
- Dominant language
- Java
- Stars
- 53
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.