summaryrefslogtreecommitdiff
path: root/doc/extdev/markupapi.rst
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-12-20 00:11:28 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-12-20 00:11:28 +0900
commit242bf9a38a9aa179e4f40c57d4b9a7ff90695127 (patch)
treebed1af0f4f1c1ef6128226d5828bbeb80e5b1955 /doc/extdev/markupapi.rst
parent25b96b833d79936734df5f23ee055b59969cd6a2 (diff)
downloadsphinx-git-242bf9a38a9aa179e4f40c57d4b9a7ff90695127.tar.gz
Fix typo
Diffstat (limited to 'doc/extdev/markupapi.rst')
-rw-r--r--doc/extdev/markupapi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extdev/markupapi.rst b/doc/extdev/markupapi.rst
index 97abc17b9..ffa08cae7 100644
--- a/doc/extdev/markupapi.rst
+++ b/doc/extdev/markupapi.rst
@@ -124,7 +124,7 @@ Both APIs parse the content into a given node. They are used like this::
.. note::
``sphinx.util.docutils.switch_source_input()`` allows to change a target file
- during nested_parse. It is useful to mixture contents. For example, ``sphinx.
+ during nested_parse. It is useful to mixed contents. For example, ``sphinx.
ext.autodoc`` uses it to parse docstrings::
from sphinx.util.docutils import switch_source_input