We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf230fb commit 5b7ebd7Copy full SHA for 5b7ebd7
docs/classes.rst
@@ -63,7 +63,7 @@ interactive Python session demonstrating this example is shown below:
63
By default pybind11 uses a custom metaclass which is known to be
64
incompatible with
65
`abc.ABCMeta <https://docs.python.org/3/library/abc.html#abc.ABCMeta>`_
66
- and can also lead to other surprising issues. In such cases,
+ and can also lead to other surprising side effects. In such cases,
67
using ``py::metaclass(PyType_Type)`` is often a good solution
68
(e.g. ``py::class_<Pet>(m, "Pet", py::metaclass(PyType_Type))``).
69
Please see
0 commit comments