Skip to content

Commit 422b08f

Browse files
committed
Oops, stray cut and paste character
1 parent 1dc9900 commit 422b08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/pybind11.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ class module_ : public object {
14371437
if (next_slot >= term_slot) {
14381438
pybind11_fail("initialize_multiphase_module_def: not enough space in slots");
14391439
}
1440-
slots[next_slot++] = {Py_mod_gil, Py_MOD_GIL_NOT_USED});
1440+
slots[next_slot++] = {Py_mod_gil, Py_MOD_GIL_NOT_USED};
14411441
#endif
14421442
}
14431443

0 commit comments

Comments
 (0)