bslatkin / effectivepython

Effective Python: Second Edition — Source Code and Errata for the Book
https://effectivepython.com
2.24k stars 718 forks source link

Item #40: Typo in fixed width font for word "object" #87

Open bslatkin opened 4 years ago

bslatkin commented 4 years ago

This sentence on page 164:

"However, these parameters are not required for object instance initialization."

In the print version the word "object" is in fixed width font. But it shouldn't be because it's referring to an instance of the class, which is an object, not the top of the class hierarchy (the object type).