Skip to content

Commit 7bc139f

Browse files
committed
tweak doc wording to add 'and can be NULL'
1 parent 4602710 commit 7bc139f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/c-api/exceptions.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -493,10 +493,10 @@ Querying the error indicator
493493
.. versionadded:: 3.3
494494
495495
.. versionchanged:: 3.11
496-
The ``type`` and ``traceback`` arguments are no longer used, the
497-
interpreter now derives them the exception instance (the ``value``
498-
argument). The function still steals references of all three
499-
arguments.
496+
The ``type`` and ``traceback`` arguments are no longer used and
497+
can be NULL. The interpreter now derives them from the exception
498+
instance (the ``value`` argument). The function still steals
499+
references of all three arguments.
500500
501501
502502
Signal Handling

0 commit comments

Comments
 (0)