We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
attr.s(match_args=True)
1 parent f87de02 commit a080e54Copy full SHA for a080e54
1 file changed
src/attr/_make.py
@@ -1458,7 +1458,7 @@ def attrs(
1458
:param bool match_args:
1459
If `True` (default), set ``__match_args__`` on the class to support
1460
`PEP 634 <https://www.python.org/dev/peps/pep-0634/>`_ (Structural
1461
- Pattern Matching). It is a tuple of all positional-only ``__init__``
+ Pattern Matching). It is a tuple of all non-keyword-only ``__init__``
1462
parameter names on Python 3.10 and later. Ignored on older Python
1463
versions.
1464
0 commit comments