Spelling update

This commit is contained in:
arogl 2016-08-12 14:48:55 +10:00 committed by GitHub
parent a98412bc0e
commit 86d2129c52

View file

@ -84,7 +84,7 @@ class DiscogsPlugin(BeetsPlugin):
token, secret)
def reset_auth(self):
"""Delete toke file & redo the auth steps.
"""Delete token file & redo the auth steps.
"""
os.remove(self._tokenfile())
self.setup()