mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-03 02:06:07 +01:00
...
This commit is contained in:
parent
8db1c28cba
commit
1663619cef
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@
|
|||
# By default, calibre splits a string containing multiple author names on
|
||||
# ampersands and the words "and" and "with". You can customize the splitting
|
||||
# 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+'
|
||||
authors_split_regex = r'(?i),?\s+(and|with)\s+'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue