Kaydet (Commit) 24ec2117 authored tarafından Michael W. Hudson's avatar Michael W. Hudson

silly typo

üst 9e151d14
...@@ -99,7 +99,7 @@ signal_default_int_handler(PyObject *self, PyObject *args) ...@@ -99,7 +99,7 @@ signal_default_int_handler(PyObject *self, PyObject *args)
PyDoc_STRVAR(default_int_handler_doc, PyDoc_STRVAR(default_int_handler_doc,
"default_int_handler(...)\n\ "default_int_handler(...)\n\
\n\ \n\
The default handler for SIGINT instated by Python.\n\ The default handler for SIGINT installed by Python.\n\
It raises KeyboardInterrupt."); It raises KeyboardInterrupt.");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment