diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-06 18:32:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 18:32:38 (GMT) |
commit | 8e8f7522171ef82f2f5049940f815e00e38c6f42 (patch) | |
tree | cc4238b71699a4c9cb19578be4b4b21b4bd10626 /Include/cpython/pystate.h | |
parent | b24b47e64355224c1bf4e46ed7c4d9f7df4e6f09 (diff) | |
download | cpython-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.h | 2 |
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); |