--- a/eric6/E5Gui/E5ComboBox.py Tue Jan 05 18:28:31 2021 +0100 +++ b/eric6/E5Gui/E5ComboBox.py Wed Jan 06 13:47:01 2021 +0100 @@ -4,7 +4,7 @@ # """ -Module implementing combobox classes using the eric6 line edits. +Module implementing combobox classes using the eric line edits. """ from PyQt5.QtWidgets import QComboBox @@ -12,7 +12,7 @@ class E5ComboBox(QComboBox): """ - Class implementing a combobox using the eric6 line edit. + Class implementing a combobox using the eric line edit. """ def __init__(self, parent=None, inactiveText=""): """ @@ -50,7 +50,7 @@ class E5ClearableComboBox(E5ComboBox): """ - Class implementing a combobox using the eric6 line edit. + Class implementing a combobox using the eric line edit. """ def __init__(self, parent=None, inactiveText=""): """