diff options
Diffstat (limited to 'doc/ext')
-rw-r--r-- | doc/ext/autodoc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext/autodoc.rst b/doc/ext/autodoc.rst index 09098f39c..0bddba5c5 100644 --- a/doc/ext/autodoc.rst +++ b/doc/ext/autodoc.rst @@ -398,7 +398,7 @@ There are also new config values that you can set: .. confval:: autodoc_inherit_docstrings This value controls the docstrings inheritance. - If set to True the cocstring for classes or methods, if not explicitly set, + If set to True the docstring for classes or methods, if not explicitly set, is inherited form parents. The default is ``True``. |