diff --git a/sorting-visualisations.py b/sorting-visualisations.py index 74c3857..786986c 100644 --- a/sorting-visualisations.py +++ b/sorting-visualisations.py @@ -226,7 +226,7 @@ while True: # update display contents updateDisplay() else: - #check if the user wants to quit + # check if the user wants to quit checkQuit() # check if any of the start buttons have been pressed sortingAlgorithm = checkStartButtons() \ No newline at end of file