8000
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 e6b3669 commit 42606c3Copy full SHA for 42606c3
Doc/library/dataclasses.rst
@@ -186,7 +186,7 @@ Module contents
186
will be generated and new class will be returned instead of the original one.
187
If :attr:`!__slots__` is already defined in the class, then :exc:`TypeError`
188
is raised. Calling no-arg :func:`super` in dataclasses using ``slots=True`` will result in
189
- the following Exception being raised:
+ the following exception being raised:
190
``TypeError: super(type, obj): obj must be an instance or subtype of type``.
191
The two-arg :func:`super` is a valid workaround. See :gh:`90562` for full details.
192
0 commit comments