--- a/eric6/Plugins/VcsPlugins/vcsPySvn/SvnDialog.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsPySvn/SvnDialog.py Sat Dec 19 15:22:26 2020 +0100 @@ -32,8 +32,8 @@ @param command svn command to be executed (display purposes only) (string) @param pysvnClient reference to the pysvn client object (pysvn.Client) - @keyparam parent parent widget (QWidget) - @keyparam log optional log message (string) + @param parent parent widget (QWidget) + @param log optional log message (string) """ super(SvnDialog, self).__init__(parent) self.setupUi(self)