From: Michael W. Hudson Date: Thu, 17 Jun 2004 15:55:53 +0000 (+0000) Subject: silly typo X-Git-Tag: v2.4a1~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24ec21174cb89a704198fd83ab6d890ebb4f6962;p=thirdparty%2FPython%2Fcpython.git silly typo --- diff --git a/Modules/signalmodule.c b/Modules/signalmodule.c index 1b24cc95b817..333fe772d838 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.");