summaryrefslogtreecommitdiffstats
path: root/parsers
diff options
context:
space:
mode:
Diffstat (limited to 'parsers')
-rw-r--r--parsers/locations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/parsers/locations.py b/parsers/locations.py
index 4c23b4c..03b1c8a 100644
--- a/parsers/locations.py
+++ b/parsers/locations.py
@@ -140,8 +140,8 @@ def validate_entrance_stations(ent=None):
for ent in Entrance.objects.all():
validate_ent(ent)
- print(f" - {good} valid SurvexStation tags of all types found on Entrances.")
- print(f" - {bads} bad SurvexStation tags of all types found on Entrances.")
+ print(f" - {good} valid SurvexStations of all types found on Entrances.")
+ print(f" - {bads} bad SurvexStations of all types found on Entrances.")
return True # not necessarily.. but unused return value