Skip to content
Merged
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
Next Next commit
Update Doc/library/exceptions.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
Yuki Kobayashi and hugovk authored Jul 8, 2025
commit 4b5935a533790866f804420a9a9a1a3a83b8dd49
2 changes: 1 addition & 1 deletion Doc/library/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ The following exceptions are the exceptions that are usually raised.

.. attribute:: obj

The object that was accessed for said attribute.
The object that was accessed for the named attribute.

.. versionchanged:: 3.10
Added the :attr:`name` and :attr:`obj` attributes.
Expand Down
Loading