Skip to content

Commit 62c521c

Browse files
Michiel Jan Laurens de HoonMichiel Jan Laurens de Hoon
authored andcommitted
fix typo in comments
1 parent 9a87ce8 commit 62c521c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Modules/clinic/posixmodule.c.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/posixmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17308,7 +17308,7 @@ os__supports_virtual_terminal_impl(PyObject *module)
1730817308
/*[clinic input]
1730917309
os._inputhook
1731017310
17311-
Calls PyOS_CallInputHook droppong the GIL first
17311+
Calls PyOS_InputHook dropping the GIL first
1731217312
[clinic start generated code]*/
1731317313

1731417314
static PyObject *
@@ -17327,7 +17327,7 @@ os__inputhook_impl(PyObject *module)
1732717327
/*[clinic input]
1732817328
os._is_inputhook_installed
1732917329
17330-
Checks if PyOS_CallInputHook is set
17330+
Checks if PyOS_InputHook is set
1733117331
[clinic start generated code]*/
1733217332

1733317333
static PyObject *

0 commit comments

Comments
 (0)