From a5a3c75b839f57c3e74030becc2abcad2cd46813 Mon Sep 17 00:00:00 2001 From: ykiko Date: Wed, 19 Jun 2024 16:09:54 +0800 Subject: [PATCH] fix typo. --- docs/pybind11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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