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 c8b8fd7 commit b7d768eCopy full SHA for b7d768e
Doc/library/dataclasses.rst
@@ -346,7 +346,7 @@ Module contents
346
347
.. class:: InitVar
348
349
- ``InitVar[T]`` type hints describe variables that are :ref:`init-only
+ ``InitVar[T]`` type annotations describe variables that are :ref:`init-only
350
<dataclasses-init-only-variables>`. Fields annotated with :class:`!InitVar`
351
are considered pseudo-fields, and thus are neither returned by the
352
:func:`fields` function nor used in any way except passing them to
0 commit comments