mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-26 16:06:35 +01:00
prefix rule comments
This commit is contained in:
parent
92c956d35b
commit
2a36141865
1 changed files with 2 additions and 1 deletions
|
|
@ -4339,7 +4339,8 @@ def get_output_profile(self, _opts):
|
|||
def get_prefix_rules(self):
|
||||
""" Convert opts.prefix_rules to dict.
|
||||
|
||||
Convert opts.prefix_rules to dict format.
|
||||
Convert opts.prefix_rules to dict format. The model for a prefix rule is
|
||||
('<rule name>','<source field>','<pattern>','<prefix>')
|
||||
|
||||
Input:
|
||||
opts.prefix_rules (tuples): (name, field, pattern, prefix)
|
||||
|
|
|
|||
Loading…
Reference in a new issue