diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-07 13:00:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 13:00:23 (GMT) |
commit | f6798391b5d61bb514ec285308a2ccd16b7188dc (patch) | |
tree | 038ea164b5dd2a59886f085e33e514113d3caf58 /Include/internal | |
parent | d55bf81c4ee2dcdd5dfa3b5a9905a0b32ca8d38b (diff) | |
download | cpython-f6798391b5d61bb514ec285308a2ccd16b7188dc.zip cpython-f6798391b5d61bb514ec285308a2ccd16b7188dc.tar.gz cpython-f6798391b5d61bb514ec285308a2ccd16b7188dc.tar.bz2 |
[3.10] Fix typos in the Include directory (GH-28745) (GH-28789)
(cherry picked from commit 8e8f7522171ef82f2f5049940f815e00e38c6f42)
Diffstat (limited to 'Include/internal')
-rw-r--r-- | Include/internal/pycore_traceback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/internal/pycore_traceback.h b/Include/internal/pycore_traceback.h index 4d28230..c01a476 100644 --- a/Include/internal/pycore_traceback.h +++ b/Include/internal/pycore_traceback.h @@ -51,7 +51,7 @@ PyAPI_FUNC(void) _Py_DumpTraceback( _PyGILState_GetInterpreterStateUnsafe() in last resort. It is better to pass NULL to interp and current_tstate, the function tries - different options to retrieve these informations. + different options to retrieve this information. This function is signal safe. */ |