--- a/eric6/Preferences/ProgramsDialog.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Preferences/ProgramsDialog.py Sat Dec 19 15:22:26 2020 +0100 @@ -317,12 +317,12 @@ (string) @param versionPosition index of part containing the version info (integer) - @keyparam version version string to show (string) - @keyparam versionCleanup tuple of two integers giving string positions + @param version version string to show (string) + @param versionCleanup tuple of two integers giving string positions start and stop for the version string (tuple of integers) - @keyparam versionRe regexp to determine the line identifying version + @param versionRe regexp to determine the line identifying version info (string). Takes precedence over versionStartsWith. - @keyparam exeModule list of command line parameters to execute a module + @param exeModule list of command line parameters to execute a module with the program given in exe (e.g. to execute a Python module) (list of str) @return version string of detected or given version (string)