src/eric7/Utilities/uic.py

branch
eric7
changeset 11017
139460188e27
parent 10439
21c28b0f9e41
child 11024
b9048ec9b87f
--- a/src/eric7/Utilities/uic.py	Wed Oct 30 10:19:39 2024 +0100
+++ b/src/eric7/Utilities/uic.py	Thu Oct 31 10:30:35 2024 +0100
@@ -18,10 +18,10 @@
 
     @param py_dir suggested name of the directory
     @type str
-    @param py_file suggested name for the compile source file
+    @param py_file suggested name for the compiled source file
     @type str
-    @return tuple of directory name (string) and source file name
-    @rtype str
+    @return tuple of directory name and source file name
+    @rtype tuple of (str, str)
     """
     return py_dir, "Ui_{0}".format(py_file)
 

eric ide

mercurial