eric6/Project/ProjectBrowser.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8143
2c730d5fd177
--- a/eric6/Project/ProjectBrowser.py	Tue Jan 05 18:28:31 2021 +0100
+++ b/eric6/Project/ProjectBrowser.py	Wed Jan 06 13:47:01 2021 +0100
@@ -4,7 +4,7 @@
 #
 
 """
-Module implementing the project browser part of the eric6 UI.
+Module implementing the project browser part of the eric UI.
 """
 
 from PyQt5.QtCore import Qt
@@ -26,7 +26,7 @@
 
 class ProjectBrowser(E5TabWidget):
     """
-    Class implementing the project browser part of the eric6 UI.
+    Class implementing the project browser part of the eric UI.
     
     It generates a widget with up to seven tabs. The individual tabs contain
     the project sources browser, the project forms browser,

eric ide

mercurial