--- 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"]: