Typo: cocstring => docstring

This commit is contained in:
ederag 2018-02-21 21:04:54 +01:00 committed by GitHub
parent a0488dd884
commit 359050d88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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``.