eric6/Project/QuickFindFileDialog.py

changeset 7988
c4c17121eff8
parent 7923
91e843545d9a
child 8143
2c730d5fd177
diff -r e8eb8370ea94 -r c4c17121eff8 eric6/Project/QuickFindFileDialog.py
--- a/eric6/Project/QuickFindFileDialog.py	Sat Jan 16 16:32:01 2021 +0100
+++ b/eric6/Project/QuickFindFileDialog.py	Sat Jan 16 16:50:00 2021 +0100
@@ -135,8 +135,8 @@
         """
         Private method to generate a set of locations that can be searched.
         
-        @return yields set of files in our project...
-        @rtype str
+        @yield set of files in our project
+        @ytype str
         """
         for typ in ["SOURCES", "FORMS", "INTERFACES", "PROTOCOLS", "RESOURCES",
                     "TRANSLATIONS", "OTHERS"]:

eric ide

mercurial