PEP 557: Fix typo (expicitly -> explicitly) (#1112)

Related PR: python/peps#1110
This commit is contained in:
Aliaksei Urbanski 2019-06-25 17:30:30 +03:00 committed by Chris Angelico
parent e54097d3c4
commit 9ce5d8f12b
1 changed files with 1 additions and 1 deletions

View File

@ -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