This commit is contained in:
Philippe O. Wagner 2015-03-17 10:59:20 +01:00
parent fd509a6beb
commit 4d52f4346f

View file

@ -9,7 +9,7 @@ class Command(NoArgsCommand):
def handle_noargs(self, **options):
"""Runs the management command."""
self.stdout.write("The following models are registed for the django-watson seach engine:\n")
self.stdout.write("The following models are registed for the django-watson search engine:\n")
for mdl in watson.get_registered_models():
self.stdout.write("- %s\n" % mdl.__name__)