Skip to content

Commit

Permalink
pythongh-115799: Add missing double-quote in docs (python#115884)
Browse files Browse the repository at this point in the history
  • Loading branch information
bssyousefi committed Feb 25, 2024
1 parent 8f5be78 commit 6a3236f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Printing and clearing
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_FormatUnraisable("Exception ignored in: %R, obj)``.
``PyErr_FormatUnraisable("Exception ignored in: %R", obj)``.
If *format* is ``NULL``, only the traceback is printed.
.. versionadded:: 3.13
Expand Down

0 comments on commit 6a3236f

Please sign in to comment.