summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-10-01 15:15:53 +0100
committerStephen Finucane <stephen@that.guru>2017-10-05 09:42:37 +0100
commit9d114577dc0a611ccdf8ef872b126294ea5d3b43 (patch)
tree3c39d7ad014f8364509f1ee28918016a99b29a47 /doc/man
parentc57cd9cb064e63b8303697a31c97679dd8b09d9a (diff)
downloadsphinx-git-9d114577dc0a611ccdf8ef872b126294ea5d3b43.tar.gz
Fix typo in doc
It's 'py:mod', not 'py:module'. I don't know why this wasn't caught by Sphinx itself. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/sphinx-autogen.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/sphinx-autogen.rst b/doc/man/sphinx-autogen.rst
index dcab68d76..49a8220d0 100644
--- a/doc/man/sphinx-autogen.rst
+++ b/doc/man/sphinx-autogen.rst
@@ -15,7 +15,7 @@ that, using the :rst:dir:`autodoc` extension, document items included in
*sourcefile* is the path to one or more reStructuredText documents containing
:rst:dir:`autosummary` entries with the ``:toctree::`` option set. *sourcefile*
-can be an :py:module:`fnmatch`-style pattern.
+can be an :py:mod:`fnmatch`-style pattern.
Options
-------