Skip to content

Commit 0ed64a0

Browse files
kajananchinniahhenryiii
authored andcommitted
docs: fixed typo in spelling of first (#4428)
1 parent 0bd8896 commit 0ed64a0

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
@@ -437,7 +437,7 @@ PYBIND11_WARNING_POP
437437

438438
/** \rst
439439
This macro creates the entry point that will be invoked when the Python interpreter
440-
imports an extension module. The module name is given as the fist argument and it
440+
imports an extension module. The module name is given as the first argument and it
441441
should not be in quotes. The second macro argument defines a variable of type
442442
`py::module_` which can be used to initialize the module.
443443

0 commit comments

Comments
 (0)