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: