Skip to content

Commit fdbe440

Browse files
committed
Fix typo in _opcode.c
1 parent 6be70c0 commit fdbe440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_opcode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ _opcode_get_executor_impl(PyObject *module, PyObject *code, int offset)
371371
return (PyObject *)PyUnstable_GetExecutor((PyCodeObject *)code, offset);
372372
#else
373373
PyErr_Format(PyExc_RuntimeError,
374-
"Executors is not available in this build");
374+
"Executors are not available in this build");
375375
return NULL;
376376
#endif
377377
}

0 commit comments

Comments
 (0)