Merge pull request #2167 from arogl/patch-1

Spelling update toke -> token
This commit is contained in:
Johnny Robeson 2016-08-12 02:24:21 -04:00 committed by GitHub
commit 644cb86b24

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()