summaryrefslogtreecommitdiffstats
path: root/Include/internal
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-07 13:00:23 (GMT)
committerGitHub <noreply@github.com>2021-10-07 13:00:23 (GMT)
commitf6798391b5d61bb514ec285308a2ccd16b7188dc (patch)
tree038ea164b5dd2a59886f085e33e514113d3caf58 /Include/internal
parentd55bf81c4ee2dcdd5dfa3b5a9905a0b32ca8d38b (diff)
downloadcpython-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.h2
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. */