We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f23e9f commit 70af987Copy full SHA for 70af987
include/pybind11/detail/common.h
@@ -436,7 +436,7 @@ PYBIND11_WARNING_POP
436
437
/** \rst
438
This macro creates the entry point that will be invoked when the Python interpreter
439
- 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
440
should not be in quotes. The second macro argument defines a variable of type
441
`py::module_` which can be used to initialize the module.
442
0 commit comments