We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e01c24 commit 3df0ee6Copy full SHA for 3df0ee6
docs/advanced/classes.rst
@@ -259,7 +259,7 @@ override the ``name()`` method):
259
260
.. note::
261
262
- Note the trailing commas in the ``PYBIND11_OVERIDE`` calls to ``name()``
+ Note the trailing commas in the ``PYBIND11_OVERRIDE`` calls to ``name()``
263
and ``bark()``. These are needed to portably implement a trampoline for a
264
function that does not take any arguments. For functions that take
265
a nonzero number of arguments, the trailing comma must be omitted.
0 commit comments