mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #11407 adjust the spelling in the example.
This commit is contained in:
parent
eb0499a696
commit
b0fe730146
@ -718,7 +718,7 @@ __ https://pygments.org/docs/lexers
|
|||||||
var_in_third=true
|
var_in_third=true
|
||||||
|
|
||||||
Useful cases of these option is working with tag comments.
|
Useful cases of these option is working with tag comments.
|
||||||
``:start-after: [initialized]`` and ``:end-before: [initialized]`` options
|
``:start-after: [initialize]`` and ``:end-before: [initialized]`` options
|
||||||
keep lines between comments:
|
keep lines between comments:
|
||||||
|
|
||||||
.. code-block:: py
|
.. code-block:: py
|
||||||
@ -726,7 +726,7 @@ __ https://pygments.org/docs/lexers
|
|||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# [initialize]
|
# [initialize]
|
||||||
app.start(":8000")
|
app.start(":8000")
|
||||||
# [initialize]
|
# [initialized]
|
||||||
|
|
||||||
|
|
||||||
When lines have been selected in any of the ways described above, the line
|
When lines have been selected in any of the ways described above, the line
|
||||||
|
Loading…
Reference in New Issue
Block a user