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 80cc3e8 commit e2db26aCopy full SHA for e2db26a
1 file changed
Doc/library/dataclasses.rst
@@ -434,7 +434,7 @@ Module contents
434
of the dataclass is set to that value.
435
By default, it is set to the module name of the caller.
436
437
- If *qualname* is defined, the :attr:`!__qualname__` attribute of the dataclass
+ If *qualname* is defined, the :attr:`~type.__qualname__` attribute of the dataclass
438
is set to that value. By default, it is set to the value passed to *cls_name*.
439
440
The *decorator* parameter is a callable that will be used to create the dataclass.
0 commit comments