summaryrefslogtreecommitdiff
path: root/doc/ext
diff options
context:
space:
mode:
authorederag <edera@gmx.fr>2018-02-21 21:04:54 +0100
committerGitHub <noreply@github.com>2018-02-21 21:04:54 +0100
commit359050d88c811f03e681372faba4a655eb934c0c (patch)
tree679dd87af3691042c0df7994a8ad142701dc9e38 /doc/ext
parenta0488dd88433158506b101b433051bb567c43482 (diff)
downloadsphinx-git-359050d88c811f03e681372faba4a655eb934c0c.tar.gz
Typo: cocstring => docstring
Diffstat (limited to 'doc/ext')
-rw-r--r--doc/ext/autodoc.rst2
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``.