From 4ebb6f8563640026176a7e0721d6dd2e3d71d160 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 16 Dec 2020 11:06:43 +0100 Subject: Fix english typo --- ishtar_common/management/commands/import_insee_comm_csv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar_common/management') diff --git a/ishtar_common/management/commands/import_insee_comm_csv.py b/ishtar_common/management/commands/import_insee_comm_csv.py index d1a8f2084..7962efd37 100644 --- a/ishtar_common/management/commands/import_insee_comm_csv.py +++ b/ishtar_common/management/commands/import_insee_comm_csv.py @@ -104,11 +104,11 @@ class Command(BaseCommand): sys.stdout.write('* {} link created\n'.format(nb_link)) sys.stdout.write('* {} limit generated\n'.format(nb_limit)) if missing: - sys.stdout.write('* theses towns are missing:\n') + sys.stdout.write('* these towns are missing:\n') for insee, name in missing: sys.stdout.write('* {} ({})\n'.format(name, insee)) if strange: - sys.stdout.write('* theses towns have newer version:\n') + sys.stdout.write('* these towns have newer version:\n') for insee, name in strange: sys.stdout.write('* {} ({})\n'.format(name, insee)) sys.stdout.flush() -- cgit v1.2.3