We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
versionadded
dataclasses.field()
1 parent c1c9ad1 commit 9d73875Copy full SHA for 9d73875
1 file changed
Doc/library/dataclasses.rst
@@ -304,9 +304,9 @@ Module contents
304
305
.. versionadded:: 3.10
306
307
- - ``doc``: optional docstring for this field.
+ - *doc*: optional docstring for this field.
308
309
- .. versionadded:: 3.13
+ .. versionadded:: 3.14
310
311
If the default value of a field is specified by a call to
312
:func:`!field`, then the class attribute for this field will be
0 commit comments