ykiko 1 år sedan
förälder
incheckning
a5a3c75b83
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docs/pybind11.md

+ 1 - 1
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