diff --git a/docs/pybind11.md b/docs/pybind11.md index c0009e4a..7cf41a46 100644 --- a/docs/pybind11.md +++ b/docs/pybind11.md @@ -2,7 +2,7 @@ ## Quick Start -remember to use `py::scoped_interpreter guard{}` to start the interpreter before using any Python objects. Or explicitly call `py::interpreter::initialize()` and `py::nterpreter::finalize()`. +remember to use `py::scoped_interpreter guard{}` to start the interpreter before using any Python objects. Or explicitly call `py::interpreter::initialize()` and `py::interpreter::finalize()`. ### module