Skip to content
Prev Previous commit
Next Next commit
Update dataclasses.rst
  • Loading branch information
thejcannon authored Jul 28, 2023
commit e9930d7c7f8c0e799e678c6dbdf1336f18f534de
2 changes: 1 addition & 1 deletion Doc/library/dataclasses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Module contents
is raised. Calling no-arg `super()` in dataclasses using `slots=True` will result in
the following Exception being raised:
`TypeError: super(type, obj): obj must be an instance or subtype of type`.
See :issue:`46404` for full details.
The two-arg `super()` is a valid workaround. See :issue:`46404` for full details.

.. versionadded:: 3.10

Expand Down