We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd4914 commit 9f949aeCopy full SHA for 9f949ae
python-bindings/overview_article/pybind11_wrapper.cpp
@@ -2,6 +2,6 @@
2
#include <cppmult.hpp>
3
4
PYBIND11_MODULE(pybind11_example, m) {
5
- m.doc() = "pybind11 example plugin"; // optional module docstring
+ m.doc() = "pybind11 example plugin"; // Optional module docstring
6
m.def("cpp_function", &cppmult, "A function which multiplies two numbers");
7
}
0 commit comments