diff options
author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-09-13 15:03:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 15:03:35 +0200 |
commit | 9aa9d0e2ad5b1d166881caff0f623b4efe6c5f60 (patch) | |
tree | 281e510b2825d1b496c33b1e7f1c740c35156651 /doc/tutorial | |
parent | d7e525b9db2c38aad64ffdc244f3f4a5ba4ded1c (diff) | |
download | sphinx-git-9aa9d0e2ad5b1d166881caff0f623b4efe6c5f60.tar.gz |
Typo
Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com>
Diffstat (limited to 'doc/tutorial')
-rw-r--r-- | doc/tutorial/automatic-doc-generation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/automatic-doc-generation.rst b/doc/tutorial/automatic-doc-generation.rst index da263f8ef..409bc43d6 100644 --- a/doc/tutorial/automatic-doc-generation.rst +++ b/doc/tutorial/automatic-doc-generation.rst @@ -156,7 +156,7 @@ contain two new pages: Summary page created by autosummary Each of the links in the summary page will take you to the places where you -originally used the correspoding ``autodoc`` directive, in this case in the +originally used the corresponding ``autodoc`` directive, in this case in the ``usage.rst`` document. .. note:: |