Thanks to visit codestin.com Credit goes to github.com
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.
1 parent ae0a2b7 commit aa0e4a6Copy full SHA for aa0e4a6
1 file changed
Doc/library/dataclasses.rst
@@ -172,7 +172,7 @@ Module contents
172
173
- ``kw_only``: If true (the default value is ``False``), then all
174
fields will be marked as keyword-only. If a field is marked as
175
- keyword-only, then the only affect is that the :meth:`__init__`
+ keyword-only, then the only effect is that the :meth:`__init__`
176
parameter generated from a keyword-only field must be specified
177
with a keyword when :meth:`__init__` is called. There is no
178
effect on any other aspect of dataclasses. See the
0 commit comments