Skip to content

Commit

Permalink
Fix #11407 adjust the spelling in the example.
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisep authored and jfbu committed Jul 30, 2023
1 parent eb0499a commit b0fe730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/usage/restructuredtext/directives.rst
Expand Up @@ -718,15 +718,15 @@ __ https://pygments.org/docs/lexers
var_in_third=true
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:

.. code-block:: py
if __name__ == "__main__":
# [initialize]
app.start(":8000")
# [initialize]
# [initialized]
When lines have been selected in any of the ways described above, the line
Expand Down

0 comments on commit b0fe730

Please sign in to comment.