Skip to content

Commit 20ec3bd

Browse files
authored
[docs] fix a typo in markupapi.rst (#12413)
1 parent b90482f commit 20ec3bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/extdev/markupapi.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ Both APIs parse the content into a given node. They are used like this::
124124
.. note::
125125

126126
``sphinx.util.docutils.switch_source_input()`` allows to change a target file
127-
during nested_parse. It is useful to mixed contents. For example, ``sphinx.
128-
ext.autodoc`` uses it to parse docstrings::
127+
during nested_parse. It is useful to mixed contents.
128+
For example, ``sphinx.ext.autodoc`` uses it to parse docstrings::
129129

130130
from sphinx.util.docutils import switch_source_input
131131

0 commit comments

Comments
 (0)