Commit 0ed64a04 by kajananchinniah Committed by Henry Schreiner

docs: fixed typo in spelling of first (#4428)

parent 0bd8896a
...@@ -437,7 +437,7 @@ PYBIND11_WARNING_POP ...@@ -437,7 +437,7 @@ PYBIND11_WARNING_POP
/** \rst /** \rst
This macro creates the entry point that will be invoked when the Python interpreter 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 should not be in quotes. The second macro argument defines a variable of type
`py::module_` which can be used to initialize the module. `py::module_` which can be used to initialize the module.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment