Skip to content

Commit 922a443

Browse files
committed
Fixup 681
1 parent db3f44e commit 922a443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ PEP 681: Data Class Transforms
357357
decorate a class, metaclass, or a function that is itself a decorator.
358358
The presence of ``@dataclass_transform()`` tells a static type checker that the
359359
decorated object performs runtime "magic" that transforms a class,
360-
giving it :func:`~dataclasses.dataclass`-like behaviors.
360+
giving it :func:`dataclass <dataclasses.dataclass>`-like behaviors.
361361

362362
For example::
363363

0 commit comments

Comments
 (0)