diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2020-08-11 11:05:00 -0500 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2020-08-11 11:05:00 -0500 |
commit | fa8ad979afbe28599063c2f2bd0745349dbf45c3 (patch) | |
tree | bcd4a7a661d657ea331280c35fdfe6e4b83b1a50 /doc | |
parent | a8927bcd3e06f7d75cbd5fe53603b4a3e5b83086 (diff) | |
download | sphinx-git-fa8ad979afbe28599063c2f2bd0745349dbf45c3.tar.gz |
sphinx.ext.autodoc: fix typo in docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage/extensions/autodoc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/extensions/autodoc.rst b/doc/usage/extensions/autodoc.rst index 71f49c240..971472c03 100644 --- a/doc/usage/extensions/autodoc.rst +++ b/doc/usage/extensions/autodoc.rst @@ -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``. |