Skip to content

Commit 188d141

Browse files
Fix a typo.
1 parent bddfc46 commit 188d141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_threadmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
static struct PyModuleDef thread_module;
2323

2424

25-
/* threads owned by the modulo */
25+
/* threads owned by the module */
2626

2727
struct module_thread {
2828
PyThreadState *tstate;

0 commit comments

Comments
 (0)