eric6/Project/Project.py

changeset 8113
d2ff62484a9e
parent 8047
b5594178c7fa
child 8140
61113590d4ab
--- a/eric6/Project/Project.py	Thu Feb 18 17:43:07 2021 +0100
+++ b/eric6/Project/Project.py	Thu Feb 18 17:43:32 2021 +0100
@@ -2197,7 +2197,7 @@
         
     def removeDirectory(self, dn):
         """
-        Public slot to remove a directory from the project.
+        Public method to remove a directory from the project.
         
         The directory is not deleted from the project directory.
         
@@ -2226,7 +2226,7 @@
         
     def deleteFile(self, fn):
         """
-        Public slot to delete a file from the project directory.
+        Public method to delete a file from the project directory.
         
         @param fn filename to be deleted from the project
         @return flag indicating success (boolean)
@@ -2270,7 +2270,7 @@
         
     def deleteDirectory(self, dn):
         """
-        Public slot to delete a directory from the project directory.
+        Public method to delete a directory from the project directory.
         
         @param dn directory name to be removed from the project
         @return flag indicating success (boolean)

eric ide

mercurial