Fix #11407 adjust the spelling in the example.

This commit is contained in:
blaisep 2023-07-25 00:30:35 -04:00 committed by Jean-François B
parent eb0499a696
commit b0fe730146

View File

@ -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