From e545fead2ac4c25b506486052a5422b085fc1281 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Mon, 5 Nov 2012 18:09:09 -0500 Subject: [PATCH] typo --- headphones/importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/importer.py b/headphones/importer.py index 001786fe..0365a872 100644 --- a/headphones/importer.py +++ b/headphones/importer.py @@ -50,7 +50,7 @@ def artistlist_to_mbids(artistlist, forced=False): continue - # If adding artists through Manage New Artists, there coming through as non-unicode (utf-8?) + # If adding artists through Manage New Artists, they're coming through as non-unicode (utf-8?) # and screwing everything up if not isinstance(artist, unicode): try: