diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-07 14:36:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 14:36:39 (GMT) |
commit | 78efc9aff254ec7e7a7b6512293674899e5d3615 (patch) | |
tree | 3bc539496c7adce2e0b2c92b7269d0937ef6e5ce /Python/pythonrun.c | |
parent | 960e7b3ba13b26f45775551ab6f3c062b8666b74 (diff) | |
download | cpython-78efc9aff254ec7e7a7b6512293674899e5d3615.zip cpython-78efc9aff254ec7e7a7b6512293674899e5d3615.tar.gz cpython-78efc9aff254ec7e7a7b6512293674899e5d3615.tar.bz2 |
[3.9] Fix typos in the Python directory (GH-28767) (GH-28798)
(cherry picked from commit db693df3e112c5a61f2cbef63eedce3a36520ded)
Automerge-Triggered-By: GH:JulienPalard
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r-- | Python/pythonrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 8cdbb37..50c59b6 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -2,7 +2,7 @@ /* Top level execution of Python code (including in __main__) */ /* To help control the interfaces between the startup, execution and - * shutdown code, the phases are split across separate modules (boostrap, + * shutdown code, the phases are split across separate modules (bootstrap, * pythonrun, shutdown) */ |