mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
Fix typo in Doc/c-api/exceptions.rst (GH-118371)
This commit is contained in:
parent
0315521c52
commit
98739c9078
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ Printing and clearing
|
|||
Similar to :c:func:`PyErr_WriteUnraisable`, but the *format* and subsequent
|
||||
parameters help format the warning message; they have the same meaning and
|
||||
values as in :c:func:`PyUnicode_FromFormat`.
|
||||
``PyErr_WriteUnraisable(obj)`` is roughtly equivalent to
|
||||
``PyErr_WriteUnraisable(obj)`` is roughly equivalent to
|
||||
``PyErr_FormatUnraisable("Exception ignored in: %R", obj)``.
|
||||
If *format* is ``NULL``, only the traceback is printed.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue