diff options
| author | Stephen Finucane <stephen@that.guru> | 2017-10-01 15:15:53 +0100 |
|---|---|---|
| committer | Stephen Finucane <stephen@that.guru> | 2017-10-05 09:42:37 +0100 |
| commit | 9d114577dc0a611ccdf8ef872b126294ea5d3b43 (patch) | |
| tree | 3c39d7ad014f8364509f1ee28918016a99b29a47 /doc/man | |
| parent | c57cd9cb064e63b8303697a31c97679dd8b09d9a (diff) | |
| download | sphinx-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.rst | 2 |
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 ------- |
