Skip to content

Commit

Permalink
Replace "issues" with "side effectc"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Feb 2, 2024
1 parent cf230fb commit 5b7ebd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ interactive Python session demonstrating this example is shown below:
By default pybind11 uses a custom metaclass which is known to be
incompatible with
`abc.ABCMeta <https://docs.python.org/3/library/abc.html#abc.ABCMeta>`_
and can also lead to other surprising issues. In such cases,
and can also lead to other surprising side effects. In such cases,
using ``py::metaclass(PyType_Type)`` is often a good solution
(e.g. ``py::class_<Pet>(m, "Pet", py::metaclass(PyType_Type))``).
Please see
Expand Down

0 comments on commit 5b7ebd7

Please sign in to comment.