We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5be78 commit 6a3236fCopy full SHA for 6a3236f
Doc/c-api/exceptions.rst
@@ -105,7 +105,7 @@ Printing and clearing
105
parameters help format the warning message; they have the same meaning and
106
values as in :c:func:`PyUnicode_FromFormat`.
107
``PyErr_WriteUnraisable(obj)`` is roughtly equivalent to
108
- ``PyErr_FormatUnraisable("Exception ignored in: %R, obj)``.
+ ``PyErr_FormatUnraisable("Exception ignored in: %R", obj)``.
109
If *format* is ``NULL``, only the traceback is printed.
110
111
.. versionadded:: 3.13
0 commit comments