mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 06:49:25 +00:00
docs: Correct minor typos (#3721)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user