Skip to content

Commit a080e54

Browse files
sobolevnhynek
andauthored
Improve docs of attr.s(match_args=True) (#919)
* Improve docs of `attr.s(match_args=True)` * Update src/attr/_make.py Co-authored-by: Hynek Schlawack <hs@ox.cx>
1 parent f87de02 commit a080e54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/attr/_make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ def attrs(
14581458
:param bool match_args:
14591459
If `True` (default), set ``__match_args__`` on the class to support
14601460
`PEP 634 <https://www.python.org/dev/peps/pep-0634/>`_ (Structural
1461-
Pattern Matching). It is a tuple of all positional-only ``__init__``
1461+
Pattern Matching). It is a tuple of all non-keyword-only ``__init__``
14621462
parameter names on Python 3.10 and later. Ignored on older Python
14631463
versions.
14641464

0 commit comments

Comments
 (0)