PEP 681: Fix a typo. (#3197)

This commit is contained in:
Felix Gruber 2023-07-11 16:12:13 +02:00 committed by GitHub
parent 57b1d94a4f
commit d2d7f5af93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ checkers must honor if they are used by a dataclass transform. Each of
these parameters accepts a bool argument, and it must be possible for
the bool value (``True`` or ``False``) to be statically evaluated.
* ``eq``. ``order``, ``frozen``, ``init`` and ``unsafe_hash`` are parameters
* ``eq``, ``order``, ``frozen``, ``init`` and ``unsafe_hash`` are parameters
supported in the stdlib dataclass, with meanings defined in
:pep:`PEP 557 <557#id7>`.
* ``kw_only``, ``match_args`` and ``slots`` are parameters supported