https://github.com/python/cpython/commit/98739c9078d57f37df7d7b9d76ad32f7a92381a3
commit: 98739c9078d57f37df7d7b9d76ad32f7a92381a3
branch: main
author: Xie Yanbo <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2024-04-29T14:02:54+03:00
summary:

Fix typo in Doc/c-api/exceptions.rst (GH-118371)

files:
M Doc/c-api/exceptions.rst

diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst
index d5c25a68c47bd6..499bfb47cc4be5 100644
--- a/Doc/c-api/exceptions.rst
+++ b/Doc/c-api/exceptions.rst
@@ -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.
 

_______________________________________________
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]

Reply via email to