docs: fix various typos (#3075)

Found via `codespell -q 3 -L nd,ot,thist`
This commit is contained in:
luzpaz
2021-07-04 19:58:35 -04:00
committed by GitHub
parent 795e3c4ce1
commit 8bee61b645
11 changed files with 11 additions and 11 deletions

View File

@@ -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)