Fixed typo in comment

This commit is contained in:
Nick Steel 2014-07-26 13:38:28 +01:00
parent 76f568e0f0
commit a2128864e7

View File

@ -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