aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Doc/library/dataclasses.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/dataclasses.rst')
-rw-r--r--Doc/library/dataclasses.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/dataclasses.rst b/Doc/library/dataclasses.rst
index 72612211b43..f18c7cc9c02 100644
--- a/Doc/library/dataclasses.rst
+++ b/Doc/library/dataclasses.rst
@@ -304,9 +304,9 @@ Module contents
.. versionadded:: 3.10
- - ``doc``: optional docstring for this field.
+ - *doc*: optional docstring for this field.
- .. versionadded:: 3.13
+ .. versionadded:: 3.14
If the default value of a field is specified by a call to
:func:`!field`, then the class attribute for this field will be