diff options
author | Michael W. Hudson <mwh@python.net> | 2004-06-17 15:55:53 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2004-06-17 15:55:53 (GMT) |
commit | 24ec21174cb89a704198fd83ab6d890ebb4f6962 (patch) | |
tree | 5572f7f05d133f6f4eb47abe05391fe1f853b720 /Modules/signalmodule.c | |
parent | 9e151d149e3903825396ac4d0afca4259fa6f606 (diff) | |
download | cpython-24ec21174cb89a704198fd83ab6d890ebb4f6962.zip cpython-24ec21174cb89a704198fd83ab6d890ebb4f6962.tar.gz cpython-24ec21174cb89a704198fd83ab6d890ebb4f6962.tar.bz2 |
silly typo
Diffstat (limited to 'Modules/signalmodule.c')
-rw-r--r-- | Modules/signalmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ signal_default_int_handler(PyObject *self, PyObject *args) 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."); |