sphinx.ext.autodoc: fix typo in docs

This commit is contained in:
Adam J. Stewart 2020-08-11 11:05:00 -05:00
parent a8927bcd3e
commit fa8ad979af

View File

@ -526,7 +526,7 @@ There are also config values that you can set:
This value controls the docstrings inheritance.
If set to True the docstring for classes or methods, if not explicitly set,
is inherited form parents.
is inherited from parents.
The default is ``True``.