diff options
author | ederag <edera@gmx.fr> | 2018-02-21 21:04:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-21 21:04:54 +0100 |
commit | 359050d88c811f03e681372faba4a655eb934c0c (patch) | |
tree | 679dd87af3691042c0df7994a8ad142701dc9e38 /doc/ext | |
parent | a0488dd88433158506b101b433051bb567c43482 (diff) | |
download | sphinx-git-359050d88c811f03e681372faba4a655eb934c0c.tar.gz |
Typo: cocstring => docstring
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``. |