File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -326,12 +326,12 @@ The class ``options`` allows you to selectively suppress auto-generated signatur
326
326
327
327
pybind11 also appends all members of an enum to the resulting enum docstring,
328
328
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 .
330
330
331
331
With ``disable_user_defined_docstrings() `` all user defined docstrings of
332
332
``module_::def() ``, ``class_::def() `` and ``enum_() `` are discarded, but the
333
333
function signatures and enum members are included in the docstring, unless they
334
- are disabled seperately .
334
+ are disabled separately .
335
335
336
336
Note that changes to the settings affect only function bindings created during the
337
337
lifetime of the ``options `` instance. When it goes out of scope at the end of the module's init function,
You can’t perform that action at this time.
0 commit comments