https://github.com/python/cpython/commit/6a3236fe2e61673cf9f819534afbf14a18678408
commit: 6a3236fe2e61673cf9f819534afbf14a18678408
branch: main
author: bssyousefi <[email protected]>
committer: hauntsaninja <[email protected]>
date: 2024-02-25T14:07:08-08:00
summary:
gh-115799: Add missing double-quote in docs (#115884)
files:
M Doc/c-api/exceptions.rst
diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst
index e6309ae7614d34..ba13fd1b9973e0 100644
--- a/Doc/c-api/exceptions.rst
+++ b/Doc/c-api/exceptions.rst
@@ -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
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]