Skip to content

Commit

Permalink
PEP 557: Fix typo (expicitly -> explicitly) (#1112)
Browse files Browse the repository at this point in the history
Related PR: #1110
  • Loading branch information
Jamim authored and Rosuav committed Jun 25, 2019
1 parent e54097d commit 9ce5d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-0557.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ce5d8f

Please sign in to comment.