Remove hash alias for unsafe_hash (#2454)

This commit is contained in:
Erik De Bonte 2022-03-22 19:47:39 -07:00 committed by GitHub
parent f30bc4caa8
commit 750ae13c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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