mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
pep8
This commit is contained in:
parent
c44316fc27
commit
be18bbfb04
@ -252,8 +252,7 @@ def create_template_tab(self):
|
|||||||
"With Text comparisons you can use exact, contains "
|
"With Text comparisons you can use exact, contains "
|
||||||
"or regular expression matches. With Date you can use "
|
"or regular expression matches. With Date you can use "
|
||||||
"today, yesterday, etc. Set/not set takes 'true' for set "
|
"today, yesterday, etc. Set/not set takes 'true' for set "
|
||||||
"and 'false' for not set.")
|
"and 'false' for not set.") + '</p>')
|
||||||
+ '</p>')
|
|
||||||
l.addRow(_('Template &value:'), le)
|
l.addRow(_('Template &value:'), le)
|
||||||
|
|
||||||
self.template_test_type_box = le = QComboBox(w)
|
self.template_test_type_box = le = QComboBox(w)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user