PEP 557: Fix typo (expicitly -> explicitly) (#1112)
Related PR: python/peps#1110
This commit is contained in:
parent
e54097d3c4
commit
9ce5d8f12b
|
@ -237,7 +237,7 @@ The parameters to ``dataclass`` are:
|
|||
carefully.
|
||||
|
||||
If a class already has an explicitly defined ``__hash__`` the
|
||||
behavior when adding ``__hash__`` is modified. An expicitly
|
||||
behavior when adding ``__hash__`` is modified. An explicitly
|
||||
defined ``__hash__`` is defined when:
|
||||
|
||||
- ``__eq__`` is defined in the class and ``__hash__`` is defined
|
||||
|
|
Loading…
Reference in New Issue