Skip to content
Snippets Groups Projects
Commit 31b5578e authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Normalize to American spelling.

parent b43d525b
Branches main
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ PAUSE_TIME = 0.75 # seconds
class QuizzerApp(App):
DEFAULT_QUESTION = ('What is your favourite color?', ('Blue', 'Blue', 'Blue', 'Blue'), 'Blue')
DEFAULT_QUESTION = ('What is your favorite color?', ('Blue', 'Blue', 'Blue', 'Blue'), 'Blue')
include_gui_topic = BooleanProperty(True)
include_color_topic = BooleanProperty(False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment