[Python-checkins] Fix a small typo in a comment (#2863)

Victor Stinner webhook-mailer at python.org
Tue Jul 25 08:32:10 EDT 2017


https://github.com/python/cpython/commit/ccfdb60af7b2db578c1aceb7742cec0330766667
commit: ccfdb60af7b2db578c1aceb7742cec0330766667
branch: master
author: Stéphane Wirtel <stephane at wirtel.be>
committer: Victor Stinner <victor.stinner at gmail.com>
date: 2017-07-25T14:32:08+02:00
summary:

Fix a small typo in a comment (#2863)

files:
M Python/pylifecycle.c

diff --git a/Python/pylifecycle.c b/Python/pylifecycle.c
index 3953fec0f52..eaa7b7f4599 100644
--- a/Python/pylifecycle.c
+++ b/Python/pylifecycle.c
@@ -535,7 +535,7 @@ _Py_CoerceLegacyLocale(void)
  * safe to call without calling Py_Initialize first)
  */
 
-/* TODO: Progresively move functionality from Py_BeginInitialization to
+/* TODO: Progressively move functionality from Py_BeginInitialization to
  * Py_ReadConfig and Py_EndInitialization
  */
 



More information about the Python-checkins mailing list