Skip to content

Commit 70af987

Browse files
docs: fixed typo in spelling of first (#4428)
1 parent 7f23e9f commit 70af987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/detail/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ PYBIND11_WARNING_POP
436436

437437
/** \rst
438438
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
439+
imports an extension module. The module name is given as the first argument and it
440440
should not be in quotes. The second macro argument defines a variable of type
441441
`py::module_` which can be used to initialize the module.
442442

0 commit comments

Comments
 (0)