Commit 27c7697f by David Caron Committed by Wenzel Jakob

Typo

parent a4642736
......@@ -116,7 +116,7 @@ following example:
.. code-block:: cpp
void init_ex1(py::module &m) {
void init_ex2(py::module &m) {
m.def("sub", [](int a, int b) { return a - b; });
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment