From be18bbfb04a36e7a94c7309ac4df31d33689a6e2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 1 Oct 2020 18:43:41 +0530 Subject: [PATCH] pep8 --- src/calibre/gui2/dialogs/search.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/gui2/dialogs/search.py b/src/calibre/gui2/dialogs/search.py index 2bd5090f04..771da22b52 100644 --- a/src/calibre/gui2/dialogs/search.py +++ b/src/calibre/gui2/dialogs/search.py @@ -252,8 +252,7 @@ def create_template_tab(self): "With Text comparisons you can use exact, contains " "or regular expression matches. With Date you can use " "today, yesterday, etc. Set/not set takes 'true' for set " - "and 'false' for not set.") - + '

') + "and 'false' for not set.") + '

') l.addRow(_('Template &value:'), le) self.template_test_type_box = le = QComboBox(w)