Skip to content

Commit 15f2e40

Browse files
committed
Fix typos in documentation
1 parent 9841fa5 commit 15f2e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced/misc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,12 @@ The class ``options`` allows you to selectively suppress auto-generated signatur
326326
327327
pybind11 also appends all members of an enum to the resulting enum docstring,
328328
this default behaviour can be disabled by using the ``disable_enum_members_docstring()``
329-
function of the ``options`` classe.
329+
function of the ``options`` class.
330330

331331
With ``disable_user_defined_docstrings()`` all user defined docstrings of
332332
``module_::def()``, ``class_::def()`` and ``enum_()`` are discarded, but the
333333
function signatures and enum members are included in the docstring, unless they
334-
are disabled seperately.
334+
are disabled separately.
335335

336336
Note that changes to the settings affect only function bindings created during the
337337
lifetime of the ``options`` instance. When it goes out of scope at the end of the module's init function,

0 commit comments

Comments
 (0)