mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-07 00:04:42 +00:00
docs: fix various typos (#3075)
Found via `codespell -q 3 -L nd,ot,thist`
This commit is contained in:
@@ -39,7 +39,7 @@ TEST_SUBMODULE(numpy_vectorize, m) {
|
||||
|
||||
// test_type_selection
|
||||
// NumPy function which only accepts specific data types
|
||||
// Alot of these no lints could be replaced with const refs, and probably should at some point.
|
||||
// A lot of these no lints could be replaced with const refs, and probably should at some point.
|
||||
// NOLINTNEXTLINE(performance-unnecessary-value-param)
|
||||
m.def("selective_func", [](py::array_t<int, py::array::c_style>) { return "Int branch taken."; });
|
||||
// NOLINTNEXTLINE(performance-unnecessary-value-param)
|
||||
|
||||
Reference in New Issue
Block a user