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 0315521 commit 98739c9Copy full SHA for 98739c9
Doc/c-api/exceptions.rst
@@ -104,7 +104,7 @@ Printing and clearing
104
Similar to :c:func:`PyErr_WriteUnraisable`, but the *format* and subsequent
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
+ ``PyErr_WriteUnraisable(obj)`` is roughly equivalent to
108
``PyErr_FormatUnraisable("Exception ignored in: %R", obj)``.
109
If *format* is ``NULL``, only the traceback is printed.
110
0 commit comments