This commit is contained in:
Kovid Goyal 2013-04-01 21:04:52 +05:30
parent 8db1c28cba
commit 1663619cef

View File

@ -79,7 +79,7 @@ author_name_copywords = ('Corporation', 'Company', 'Co.', 'Agency', 'Council',
# By default, calibre splits a string containing multiple author names on # By default, calibre splits a string containing multiple author names on
# ampersands and the words "and" and "with". You can customize the splitting # ampersands and the words "and" and "with". You can customize the splitting
# by changing the regular expression below. Strings are split on whatever the # by changing the regular expression below. Strings are split on whatever the
# specified regular expression matches. # specified regular expression matches, in addition to ampersands.
# Default: r'(?i),?\s+(and|with)\s+' # Default: r'(?i),?\s+(and|with)\s+'
authors_split_regex = r'(?i),?\s+(and|with)\s+' authors_split_regex = r'(?i),?\s+(and|with)\s+'