diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-12-09 11:13:30 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-12-09 11:13:30 (GMT) |
commit | 5280275ffcb50dc7141bb1b2aa6bc8a64fe67488 (patch) | |
tree | 9491e659790e4d06da00145c780b9c3a6007d7b6 /Lib/test/win_console_handler.py | |
parent | 524f10359b4a3ed8e15bef6a65bbc8bd4bee9cda (diff) | |
download | cpython-5280275ffcb50dc7141bb1b2aa6bc8a64fe67488.zip cpython-5280275ffcb50dc7141bb1b2aa6bc8a64fe67488.tar.gz cpython-5280275ffcb50dc7141bb1b2aa6bc8a64fe67488.tar.bz2 |
Fixed typo in comment.
Diffstat (limited to 'Lib/test/win_console_handler.py')
-rw-r--r-- | Lib/test/win_console_handler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/win_console_handler.py b/Lib/test/win_console_handler.py index 496873c..e7779b9 100644 --- a/Lib/test/win_console_handler.py +++ b/Lib/test/win_console_handler.py @@ -40,7 +40,7 @@ if __name__ == "__main__": print("Unable to add SetConsoleCtrlHandler") exit(-1) - # Awaken mail process + # Awake main process m = mmap.mmap(-1, 1, sys.argv[1]) m[0] = 1 |