ericvsmith / dataclasses

Apache License 2.0
587 stars 53 forks source link

PEP typo #41

Closed shoyer closed 7 years ago

shoyer commented 7 years ago

In the "Specification" section, you write:

If cmp and hash are both true, Data Classes will generate a __hash__ for you

I believe this should be:

If cmp and frozen are both true...

ericvsmith commented 7 years ago

True. Thanks!