diff --git a/include/pybind11/detail/common.h b/include/pybind11/detail/common.h index ae8b2aef49..b5a20351ae 100644 --- a/include/pybind11/detail/common.h +++ b/include/pybind11/detail/common.h @@ -490,7 +490,8 @@ PyModuleDef_Init should be treated like any other PyObject (so not shared across - ``mod_gil_not_used()`` - ``multiple_interpreters::per_interpreter_gil()`` - - ``multiple_interpreters::per_interprshareeter_gil()`` + - ``multiple_interpreters::shared_gil()`` + - ``multiple_interpreters::not_supported()`` .. code-block:: cpp diff --git a/include/pybind11/embed.h b/include/pybind11/embed.h index e664bf298b..a820bfbfc3 100644 --- a/include/pybind11/embed.h +++ b/include/pybind11/embed.h @@ -43,7 +43,8 @@ - ``mod_gil_not_used()`` - ``multiple_interpreters::per_interpreter_gil()`` - - ``multiple_interpreters::per_interprshareeter_gil()`` + - ``multiple_interpreters::shared_gil()`` + - ``multiple_interpreters::not_supported()`` .. code-block:: cpp