summaryrefslogtreecommitdiffstats
path: root/Include/cpython/pystate.h
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-06 18:32:38 (GMT)
committerGitHub <noreply@github.com>2021-10-06 18:32:38 (GMT)
commit8e8f7522171ef82f2f5049940f815e00e38c6f42 (patch)
treecc4238b71699a4c9cb19578be4b4b21b4bd10626 /Include/cpython/pystate.h
parentb24b47e64355224c1bf4e46ed7c4d9f7df4e6f09 (diff)
downloadcpython-8e8f7522171ef82f2f5049940f815e00e38c6f42.zip
cpython-8e8f7522171ef82f2f5049940f815e00e38c6f42.tar.gz
cpython-8e8f7522171ef82f2f5049940f815e00e38c6f42.tar.bz2
Fix typos in the Include directory (GH-28745)
Diffstat (limited to 'Include/cpython/pystate.h')
-rw-r--r--Include/cpython/pystate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/cpython/pystate.h b/Include/cpython/pystate.h
index ab4bf8b..ca0de87 100644
--- a/Include/cpython/pystate.h
+++ b/Include/cpython/pystate.h
@@ -263,7 +263,7 @@ PyAPI_FUNC(int) _PyInterpreterState_GetConfigCopy(
PyAPI_FUNC(int) _PyInterpreterState_SetConfig(
const struct PyConfig *config);
-// Get the configuration of the currrent interpreter.
+// Get the configuration of the current interpreter.
// The caller must hold the GIL.
PyAPI_FUNC(const PyConfig*) _Py_GetConfig(void);