Skip to content

Commit 9f949ae

Browse files
committed
Fixing preflight issue with caps on comments
1 parent 7cd4914 commit 9f949ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-bindings/overview_article/pybind11_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#include <cppmult.hpp>
33

44
PYBIND11_MODULE(pybind11_example, m) {
5-
m.doc() = "pybind11 example plugin"; // optional module docstring
5+
m.doc() = "pybind11 example plugin"; // Optional module docstring
66
m.def("cpp_function", &cppmult, "A function which multiplies two numbers");
77
}

0 commit comments

Comments
 (0)