From 9ce5d8f12bb7d241bf5af4cb10828531d1fc9719 Mon Sep 17 00:00:00 2001 From: Aliaksei Urbanski Date: Tue, 25 Jun 2019 17:30:30 +0300 Subject: [PATCH] PEP 557: Fix typo (expicitly -> explicitly) (#1112) Related PR: python/peps#1110 --- pep-0557.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0557.rst b/pep-0557.rst index 115db7673..915aae6f4 100644 --- a/pep-0557.rst +++ b/pep-0557.rst @@ -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