Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix docs
  • Loading branch information
Hiumee committed Mar 2, 2026
commit cdb37871d43a56cfd03760ddbcb3fde27fedc719
1 change: 1 addition & 0 deletions Doc/whatsnew/3.15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ Improved error messages
name, the error message will suggest accessing it via that inner attribute:

.. code-block:: python

from dataclasses import dataclass
from math import pi

Expand Down
Loading