mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-30 19:23:12 +08:00
docs: fixed typo in spelling of first (#4428)
This commit is contained in:
parent
7f23e9f3a4
commit
70af9873c2
@ -436,7 +436,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.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user