UI/BrowserModel.py

changeset 3591
2f2a4a76dd22
parent 3525
66f4b8646622
child 3601
236578b22511
--- a/UI/BrowserModel.py	Sat May 17 19:58:49 2014 +0200
+++ b/UI/BrowserModel.py	Sun May 18 14:13:09 2014 +0200
@@ -480,7 +480,7 @@
     
     def addItem(self, itm, parent=QModelIndex()):
         """
-        Puplic slot to add an item.
+        Public slot to add an item.
         
         @param itm item to add (BrowserItem)
         @param parent index of parent item (QModelIndex)
@@ -765,7 +765,7 @@
     """
     def __init__(self, parent, data):
         """
-        Constructor.
+        Constructor
         
         @param parent reference to the parent item
         @param data single data of the item

eric ide

mercurial