docs: Correct minor typos (#3721)

This commit is contained in:
Chris Ohk
2022-02-12 00:42:48 +09:00
committed by GitHub
parent 6493f496e3
commit 1a432b426f
3 changed files with 4 additions and 4 deletions

View File

@@ -452,7 +452,7 @@ TEST_SUBMODULE(sequences_and_iterators, m) {
[](IntPairs &self) { return py::make_value_iterator(self, py::call_guard<int>()); },
py::keep_alive<0, 1>());
// test_iterater_referencing
// test_iterator_referencing
py::class_<NonCopyableInt>(m, "NonCopyableInt")
.def(py::init<int>())
.def("set", &NonCopyableInt::set)