summaryrefslogtreecommitdiffstats
path: root/doc/tutorial/automatic-doc-generation.rst
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 8d9c9c9..db880d0 100644
--- a/doc/tutorial/automatic-doc-generation.rst
+++ b/doc/tutorial/automatic-doc-generation.rst
@@ -142,7 +142,7 @@ contain two new pages:
- ``api.html``, corresponding to ``docs/source/api.rst`` and containing a table
with the objects you included in the ``autosummary`` directive (in this case,
only one).
-- ``generated/lumache.html``, corresponding to a newly created reST file
+- ``generated/lumache.html``, corresponding to a newly created reStructuredText file
``generated/lumache.rst`` and containing a summary of members of the module,
in this case one function and one exception.