mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Fix typos in the Modules directory (GH-28761)
This commit is contained in:
parent
5baec4aea6
commit
dd02a696e5
19 changed files with 21 additions and 21 deletions
|
@ -1219,7 +1219,7 @@ where the corresponding signal handler will be executed.\n\
|
|||
If *signum* is omitted, SIGINT is assumed.\n\
|
||||
A subthread can use this function to interrupt the main thread.\n\
|
||||
\n\
|
||||
Note: the default signal hander for SIGINT raises ``KeyboardInterrupt``."
|
||||
Note: the default signal handler for SIGINT raises ``KeyboardInterrupt``."
|
||||
);
|
||||
|
||||
static lockobject *newlockobject(PyObject *module);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue