From b0fe7301460cac99755d12a68194b57f0939b13f Mon Sep 17 00:00:00 2001 From: blaisep Date: Tue, 25 Jul 2023 00:30:35 -0400 Subject: [PATCH] Fix #11407 adjust the spelling in the example. --- doc/usage/restructuredtext/directives.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usage/restructuredtext/directives.rst b/doc/usage/restructuredtext/directives.rst index 7082af04622..1fd5b666272 100644 --- a/doc/usage/restructuredtext/directives.rst +++ b/doc/usage/restructuredtext/directives.rst @@ -718,7 +718,7 @@ __ 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 @@ -726,7 +726,7 @@ __ https://pygments.org/docs/lexers if __name__ == "__main__": # [initialize] app.start(":8000") - # [initialize] + # [initialized] When lines have been selected in any of the ways described above, the line