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 db3f44e commit 922a443Copy full SHA for 922a443
Doc/whatsnew/3.11.rst
@@ -357,7 +357,7 @@ PEP 681: Data Class Transforms
357
decorate a class, metaclass, or a function that is itself a decorator.
358
The presence of ``@dataclass_transform()`` tells a static type checker that the
359
decorated object performs runtime "magic" that transforms a class,
360
-giving it :func:`~dataclasses.dataclass`-like behaviors.
+giving it :func:`dataclass <dataclasses.dataclass>`-like behaviors.
361
362
For example::
363
0 commit comments