summaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
authorJuan Luis Cano Rodríguez <hello@juanlu.space>2021-09-13 15:03:35 +0200
committerGitHub <noreply@github.com>2021-09-13 15:03:35 +0200
commit9aa9d0e2ad5b1d166881caff0f623b4efe6c5f60 (patch)
tree281e510b2825d1b496c33b1e7f1c740c35156651 /doc/tutorial
parentd7e525b9db2c38aad64ffdc244f3f4a5ba4ded1c (diff)
downloadsphinx-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.rst2
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::