From 286e62ffddc277f447676bbf61e96794a0707907 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 9 Oct 2012 12:09:22 -0400 Subject: [PATCH] typo in comment --- python_apps/media-monitor2/media/monitor/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/media-monitor2/media/monitor/metadata.py b/python_apps/media-monitor2/media/monitor/metadata.py index 8ceaf2aa9..4ce46d099 100644 --- a/python_apps/media-monitor2/media/monitor/metadata.py +++ b/python_apps/media-monitor2/media/monitor/metadata.py @@ -182,7 +182,7 @@ class Metadata(Loggable): that does not exist. Setting metadata to {}") self.__metadata = {} return - # TODO : Simplify the way all of these rules are handled right not it's + # TODO : Simplify the way all of these rules are handled right now it's # extremely unclear and needs to be refactored. #if full_mutagen is None: raise BadSongFile(fpath) if full_mutagen is None: full_mutagen = FakeMutagen(fpath)