From a2128864e77934dff52ee002fae82a8f39ea7319 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Sat, 26 Jul 2014 13:38:28 +0100 Subject: [PATCH] Fixed typo in comment --- mopidy/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/commands.py b/mopidy/commands.py index e43f182e..f7c71d4e 100644 --- a/mopidy/commands.py +++ b/mopidy/commands.py @@ -219,7 +219,7 @@ class Command(object): def run(self, *args, **kwargs): """Run the command. - Must be implemented by sub-classes that are not simply and intermediate + Must be implemented by sub-classes that are not simply an intermediate in the command namespace. """ raise NotImplementedError