We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13de380 commit 0d29c62Copy full SHA for 0d29c62
include/pybind11/attr.h
@@ -95,7 +95,7 @@ struct metaclass {
95
/// Example usage: py::metaclass(PyType_Type)
96
/// PyType_Type is recommended if compatibility with abc.ABCMeta is required.
97
/// The only potential downside is that static properties behave differently
98
- // (see pybind/pybind11#679 for background).
+ /// (see pybind/pybind11#679 for background).
99
explicit metaclass(PyTypeObject &type_obj) : value(reinterpret_cast<PyObject *>(&type_obj)) {}
100
};
101
0 commit comments