commit | b1b714023a5ece9436c135a11c19837804d9f099 | [log] [tgz] |
---|---|---|
author | Wenzel Jakob <wenzel@inf.ethz.ch> | Sun Oct 18 16:48:30 2015 +0200 |
committer | Wenzel Jakob <wenzel@inf.ethz.ch> | Sun Oct 18 16:48:30 2015 +0200 |
tree | 5db04a18d11fd2bbfa5a20e427e5bda3390d88ca | |
parent | 041a8656af338ead91b1ea45df9091aaa54be809 [diff] [blame] |
consistent macro naming throughout the project
diff --git a/docs/classes.rst b/docs/classes.rst index a7c75d8..db4dc42 100644 --- a/docs/classes.rst +++ b/docs/classes.rst
@@ -27,7 +27,7 @@ namespace py = pybind11; - PYBIND_PLUGIN(example) { + PYBIND11_PLUGIN(example) { py::module m("example", "pybind11 example plugin"); py::class_<Pet>(m, "Pet")