vom possible name suffix

This commit is contained in:
j 2009-08-02 20:25:03 +02:00
parent ce570688eb
commit 99a05fb55c
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ def normalizeImdbId(imdbId):
# Common suffixes in surnames.
_sname_suffixes = ('de', 'la', 'der', 'den', 'del', 'y', 'da', 'van',
'e', 'von', 'the', 'di', 'du', 'el', 'al')
'e', 'von', 'vom', 'the', 'di', 'du', 'el', 'al')
def canonicalName(name):
"""Return the given name in canonical "Surname, Name" format.