diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 806170ede15..905305be317 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -1019,7 +1019,7 @@ You can specify keyword-only on a per-field basis: .. code-block:: python - from dataclasses import dataclass + from dataclasses import dataclass, field @dataclass class Birthday: