From 45ce3687d5503b708c957693cbc7cc50cc3a64bc Mon Sep 17 00:00:00 2001 From: Erik De Bonte Date: Mon, 21 Mar 2022 15:57:18 -0700 Subject: [PATCH] Remove hash alias for unsafe_hash --- pep-0681.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/pep-0681.rst b/pep-0681.rst index 1912f1c3310..f5b20bc2f3e 100644 --- a/pep-0681.rst +++ b/pep-0681.rst @@ -195,7 +195,6 @@ the bool value (``True`` or ``False``) to be statically evaluated. * ``eq``. ``order``, ``frozen``, ``init`` and ``unsafe_hash`` are parameters supported in the stdlib dataclass, with meanings defined in :pep:`PEP 557 <557#id7>`. -* ``hash`` is an alias for the ``unsafe_hash`` parameter. * ``kw_only``, ``match_args`` and ``slots`` are parameters supported in the stdlib dataclass, first introduced in Python 3.10.