silly typo

This commit is contained in:
Michael W. Hudson 2004-06-17 15:55:53 +00:00
parent 9e151d149e
commit 24ec21174c
1 changed files with 1 additions and 1 deletions

View 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.");