Skip to content

Commit 5b7ebd7

Browse files
committed
Replace "issues" with "side effectc"
1 parent cf230fb commit 5b7ebd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/classes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ interactive Python session demonstrating this example is shown below:
6363
By default pybind11 uses a custom metaclass which is known to be
6464
incompatible with
6565
`abc.ABCMeta <https://docs.python.org/3/library/abc.html#abc.ABCMeta>`_
66-
and can also lead to other surprising issues. In such cases,
66+
and can also lead to other surprising side effects. In such cases,
6767
using ``py::metaclass(PyType_Type)`` is often a good solution
6868
(e.g. ``py::class_<Pet>(m, "Pet", py::metaclass(PyType_Type))``).
6969
Please see

0 commit comments

Comments
 (0)