[Python-checkins] r87141 - python/branches/py3k/Lib/test/win_console_handler.py

hirokazu.yamamoto python-checkins at python.org
Thu Dec 9 12:13:31 CET 2010


Author: hirokazu.yamamoto
Date: Thu Dec  9 12:13:30 2010
New Revision: 87141

Log:
Fixed typo in comment.


Modified:
   python/branches/py3k/Lib/test/win_console_handler.py

Modified: python/branches/py3k/Lib/test/win_console_handler.py
==============================================================================
--- python/branches/py3k/Lib/test/win_console_handler.py	(original)
+++ python/branches/py3k/Lib/test/win_console_handler.py	Thu Dec  9 12:13:30 2010
@@ -40,7 +40,7 @@
         print("Unable to add SetConsoleCtrlHandler")
         exit(-1)
 
-    # Awaken mail process
+    # Awake main process
     m = mmap.mmap(-1, 1, sys.argv[1])
     m[0] = 1
 


More information about the Python-checkins mailing list