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
Simplify descriptions of attributes.
  • Loading branch information
junkmd committed Nov 16, 2024
commit 90fb47fd75400eecca9bb17807657e04777df450
4 changes: 2 additions & 2 deletions Doc/library/ctypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1818,11 +1818,11 @@ different ways, depending on the type and number of the parameters in the call:

.. attribute:: text

A string containing the error message or ``None``.
The error message.

.. attribute:: details

A tuple of length 5 representing additional details about the error.
The 5-tuple representing additional details about the error.

The optional *paramflags* parameter creates foreign function wrappers with much
more functionality than the features described above.
Expand Down