gh-113878: fix versionadded in dataclasses.field() documentation (#134065)

This commit is contained in:
Victorien 2025-05-17 10:00:13 +02:00 committed by GitHub
parent c1c9ad1d5a
commit 9d73875072
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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