fix typo.

This commit is contained in:
ykiko 2024-06-19 16:09:54 +08:00
parent 8ffcacf99f
commit a5a3c75b83

View File

@ -2,7 +2,7 @@
## Quick Start ## 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 ### module