summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_traceback.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_traceback.h')
-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. */