From 09af2a1c8b054078523829033f2d905cd2d6dcca Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Thu, 23 Nov 2023 02:27:03 +0200 Subject: [PATCH] Fixed lines range --- docs/dispatcher/finite_state_machine/scene.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dispatcher/finite_state_machine/scene.rst b/docs/dispatcher/finite_state_machine/scene.rst index aeb21bb4..635f027b 100644 --- a/docs/dispatcher/finite_state_machine/scene.rst +++ b/docs/dispatcher/finite_state_machine/scene.rst @@ -72,7 +72,7 @@ the questions and answers, in real life you would probably use a database to sto .. literalinclude:: ../../../examples/quiz_scene.py :language: python - :lines: 18-94 + :lines: 25-101 :caption: Questions list Then, we need to create a Scene class that will represent the quiz game scene: