]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
silly typo
authorMichael W. Hudson <mwh@python.net>
Thu, 17 Jun 2004 15:55:53 +0000 (15:55 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 17 Jun 2004 15:55:53 +0000 (15:55 +0000)
Modules/signalmodule.c

index 1b24cc95b817ac93fd77ad3758fa583d023a0736..333fe772d8389306b1dbda79eb234304819ff38b 100644 (file)
@@ -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.");