Skip to content

Commit 3df0ee6

Browse files
authored
docs: typo in classes.rst (#2926)
1 parent 0e01c24 commit 3df0ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ override the ``name()`` method):
259259
260260
.. note::
261261

262-
Note the trailing commas in the ``PYBIND11_OVERIDE`` calls to ``name()``
262+
Note the trailing commas in the ``PYBIND11_OVERRIDE`` calls to ``name()``
263263
and ``bark()``. These are needed to portably implement a trampoline for a
264264
function that does not take any arguments. For functions that take
265265
a nonzero number of arguments, the trailing comma must be omitted.

0 commit comments

Comments
 (0)