diff -r 2cf90197ac76 -r 139460188e27 src/eric7/Documentation/Source/eric7.Utilities.uic.html --- a/src/eric7/Documentation/Source/eric7.Utilities.uic.html Wed Oct 30 10:19:39 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Utilities.uic.html Thu Oct 31 10:30:35 2024 +0100 @@ -52,19 +52,19 @@ </dd> <dt><i>py_file</i> (str)</dt> <dd> -suggested name for the compile source file +suggested name for the compiled source file </dd> </dl> <dl> <dt>Return:</dt> <dd> -tuple of directory name (string) and source file name +tuple of directory name and source file name </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -str +tuple of (str, str) </dd> </dl> <div align="right"><a href="#top">Up</a></div>