summaryrefslogtreecommitdiffstats
path: root/parsers/people.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/people.py')
-rw-r--r--parsers/people.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsers/people.py b/parsers/people.py
index b61ba0a..6a4456b 100644
--- a/parsers/people.py
+++ b/parsers/people.py
@@ -151,6 +151,7 @@ def GetPersonExpeditionNameLookup(expedition):
variations.append(f + " " + l)
variations.append(f + " " + l[0])
variations.append(f + l[0])
+ variations.append(f + l[0] + '.')
variations.append(f[0] + " " + l)
variations.append(f[0] + l)
variations.append(f[0] + l[0]) # initials e.g. gb or bl