eric6/UI/SearchWidget.py

changeset 6987
3371a03ed0a7
parent 6942
2602857055c5
child 7206
74666c6679af
--- a/eric6/UI/SearchWidget.py	Wed May 01 17:29:21 2019 +0200
+++ b/eric6/UI/SearchWidget.py	Thu May 02 19:07:48 2019 +0200
@@ -4,7 +4,7 @@
 #
 
 """
-Module implementing the search box for the shell, terminal and log viewer.
+Module implementing the search box for the shell and log viewer.
 """
 
 from __future__ import unicode_literals
@@ -17,7 +17,7 @@
 
 class SearchWidget(QWidget):
     """
-    Class implementing the search box for the shell, terminal and log viewer.
+    Class implementing the search box for the shell and log viewer.
     
     @signal searchNext(text, caseSensitive, wholeWord, regexp) emitted when the
         user pressed the next button (string, boolean, boolean)

eric ide

mercurial