summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorStéphane Wirtel <stephane@wirtel.be>2017-07-25 12:32:08 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-07-25 12:32:08 (GMT)
commitccfdb60af7b2db578c1aceb7742cec0330766667 (patch)
tree115b7cf419fc60aac7fcd1f828c35e31b43e8cef /Python
parent39243779f4c97ec6f700fa73c007ca66dfa9408e (diff)
downloadcpython-ccfdb60af7b2db578c1aceb7742cec0330766667.zip
cpython-ccfdb60af7b2db578c1aceb7742cec0330766667.tar.gz
cpython-ccfdb60af7b2db578c1aceb7742cec0330766667.tar.bz2
Fix a small typo in a comment (#2863)
Diffstat (limited to 'Python')
-rw-r--r--Python/pylifecycle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pylifecycle.c b/Python/pylifecycle.c
index 3953fec..eaa7b7f 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
*/