From c188888acf3a0f9e5d439749919d565c4068f40b Mon Sep 17 00:00:00 2001 From: pushfoo <36696816+pushfoo@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:05:51 -0400 Subject: [PATCH] Fix line highlights in sprite_move_animation.rst --- doc/example_code/sprite_move_animation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/example_code/sprite_move_animation.rst b/doc/example_code/sprite_move_animation.rst index aff7165ddb..0c40f225c6 100644 --- a/doc/example_code/sprite_move_animation.rst +++ b/doc/example_code/sprite_move_animation.rst @@ -13,4 +13,4 @@ Move with a Sprite Animation .. literalinclude:: ../../arcade/examples/sprite_move_animation.py :caption: sprite_move_animation.py :linenos: - :emphasize-lines: 22-28, 31-38, 47-76, 78-97, 184-185 + :emphasize-lines: 22-28, 31-39, 48-67, 77-106