PEP 681: Fix a typo. (#3197)
This commit is contained in:
parent
57b1d94a4f
commit
d2d7f5af93
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue