mirror of
https://github.com/python/cpython.git
synced 2025-07-13 06:15:17 +00:00
[3.9] Fix typos in the Python directory (GH-28767) (GH-28798)
(cherry picked from commit db693df3e1
)
Automerge-Triggered-By: GH:JulienPalard
This commit is contained in:
parent
960e7b3ba1
commit
78efc9aff2
4 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue