diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Plugins/VcsPlugins/vcsMercurial/HgExportDialog.py --- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgExportDialog.py Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgExportDialog.py Sat Dec 23 15:40:23 2023 +0100 @@ -72,7 +72,8 @@ """ Private slot to react on changes of the export directory edit. - @param txt contents of the line edit (string) + @param txt contents of the line edit + @type str """ self.__updateOK() @@ -81,7 +82,8 @@ """ Private slot to react on changes of the export file name pattern edit. - @param txt contents of the line edit (string) + @param txt contents of the line edit + @type str """ self.__updateOK()