From 049df6baf756aa4d4938dc8cd69c39a92d0d995d Mon Sep 17 00:00:00 2001 From: Kajanan Chinniah Date: Tue, 27 Dec 2022 23:40:24 -0500 Subject: [PATCH] docs: fixed typo in spelling of first --- include/pybind11/detail/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pybind11/detail/common.h b/include/pybind11/detail/common.h index 068ae0137a..421cbe192f 100644 --- a/include/pybind11/detail/common.h +++ b/include/pybind11/detail/common.h @@ -436,7 +436,7 @@ PYBIND11_WARNING_POP /** \rst This macro creates the entry point that will be invoked when the Python interpreter - imports an extension module. The module name is given as the fist argument and it + imports an extension module. The module name is given as the first argument and it should not be in quotes. The second macro argument defines a variable of type `py::module_` which can be used to initialize the module.