mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
fix typo.
This commit is contained in:
parent
8ffcacf99f
commit
a5a3c75b83
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user