diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-12-09 11:13:30 +0000 |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-12-09 11:13:30 +0000 |
commit | 5280275ffcb50dc7141bb1b2aa6bc8a64fe67488 (patch) | |
tree | 9491e659790e4d06da00145c780b9c3a6007d7b6 | |
parent | 524f10359b4a3ed8e15bef6a65bbc8bd4bee9cda (diff) | |
download | cpython-git-5280275ffcb50dc7141bb1b2aa6bc8a64fe67488.tar.gz |
Fixed typo in comment.
-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 496873c037..e7779b9363 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 |