mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 06:49:25 +00:00
Minor fixes (#613)
* Minor doc syntax fix The numpy documentation had a bad :file: reference (was using double backticks instead of single backticks). * Changed long-outdated "example" -> "tests" wording The ConstructorStats internal docs still had "from example import", and the main testing cpp file still used "example" in the module description.
This commit is contained in:
committed by
Wenzel Jakob
parent
ab60bf1346
commit
12494525cf
@@ -32,7 +32,7 @@ void bind_ConstructorStats(py::module &m) {
|
||||
}
|
||||
|
||||
PYBIND11_PLUGIN(pybind11_tests) {
|
||||
py::module m("pybind11_tests", "pybind example plugin");
|
||||
py::module m("pybind11_tests", "pybind testing plugin");
|
||||
|
||||
bind_ConstructorStats(m);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user