commit | 24ec21174cb89a704198fd83ab6d890ebb4f6962 | [log] [tgz] |
---|---|---|
author | Michael W. Hudson <mwh@python.net> | Thu Jun 17 15:55:53 2004 +0000 |
committer | Michael W. Hudson <mwh@python.net> | Thu Jun 17 15:55:53 2004 +0000 |
tree | 5572f7f05d133f6f4eb47abe05391fe1f853b720 | |
parent | 9e151d149e3903825396ac4d0afca4259fa6f606 [diff] |
silly typo
diff --git a/Modules/signalmodule.c b/Modules/signalmodule.c index 1b24cc9..333fe77 100644 --- a/Modules/signalmodule.c +++ b/Modules/signalmodule.c
@@ -99,7 +99,7 @@ PyDoc_STRVAR(default_int_handler_doc, "default_int_handler(...)\n\ \n\ -The default handler for SIGINT instated by Python.\n\ +The default handler for SIGINT installed by Python.\n\ It raises KeyboardInterrupt.");