Fixed lines range

This commit is contained in:
JRoot Junior 2023-11-23 02:27:03 +02:00
parent ead79a1927
commit 09af2a1c8b
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

View file

@ -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: