Skip to content

Commit

Permalink
docs: fixed typo in spelling of first (#4428)
Browse files Browse the repository at this point in the history
  • Loading branch information
kajananchinniah authored Dec 28, 2022
1 parent 7f23e9f commit 70af987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pybind11/detail/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 70af987

Please sign in to comment.