Skip to content

Commit 5c66a91

Browse files
committed
Include M. in the skipped titles
- Legacy-Id: 3899
1 parent 67d3546 commit 5c66a91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redesign/importing/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def clean_prefix(n):
2222
if n in [".", "Mr.", "<s/", "e", "fas", "lk", "Miss", "Mr", "Mr,", "Mr.", "Mr..", "MRS", "Mrs.", "ms", "Ms,", "Ms.", "Ms. L", "mw", "prefix", "q", "qjfglesjtg", "s", "te mr", "\Mr.", "M.", "M"]:
2323
return "" # skip
2424

25-
fixes = { "Dr": "Dr.", "Lt.Colonel": "Lt. Col.", "M": "M.", "Prof": "Prof.", "Prof.Dr.": "Prof. Dr.", "Professort": "Professor" }
25+
fixes = { "Dr": "Dr.", "Lt.Colonel": "Lt. Col.", "Prof": "Prof.", "Prof.Dr.": "Prof. Dr.", "Professort": "Professor" }
2626
return fixes.get(n, n)
2727

2828
def clean_suffix(n):

0 commit comments

Comments
 (0)