From a0dc33c0e8c02208fa3c18790e33222017f01039 Mon Sep 17 00:00:00 2001 From: Kyle Mills Date: Sun, 10 Jan 2021 07:18:08 -0800 Subject: [PATCH] typo --- qt/aqt/sound.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/sound.py b/qt/aqt/sound.py index a9cd6d4f9..19e5fe26a 100644 --- a/qt/aqt/sound.py +++ b/qt/aqt/sound.py @@ -136,7 +136,7 @@ class VideoPlayer(Player): # pylint: disable=abstract-method class AVPlayer: players: List[Player] = [] - # when a new batch of audio is played, shoud the currently playing + # when a new batch of audio is played, should the currently playing # audio be stopped? interrupt_current_audio = True