Fix some typos in docstrings
This commit is contained in:
@@ -77,7 +77,7 @@ class AudioPlayer(QObject):
|
||||
|
||||
@pyqtSlot()
|
||||
def __update_bar(self):
|
||||
"""Upadte the progress bar."""
|
||||
"""Update the progress bar."""
|
||||
pos = mixer.music.get_pos()
|
||||
if pos == -1:
|
||||
self.__timer.stop()
|
||||
|
||||
Reference in New Issue
Block a user