--- a/eric6/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py Sat Dec 19 15:22:26 2020 +0100 @@ -775,7 +775,7 @@ Private method to retrieve log entries from the repository. @param skip number of log entries to skip (integer) - @keyparam noEntries number of entries to get (0 = default) (int) + @param noEntries number of entries to get (0 = default) (int) """ self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(True) @@ -829,9 +829,9 @@ Public slot to start the git log command. @param fn filename to show the log for (string) - @keyparam isFile flag indicating log for a file is to be shown + @param isFile flag indicating log for a file is to be shown (boolean) - @keyparam noEntries number of entries to get (0 = default) (int) + @param noEntries number of entries to get (0 = default) (int) """ self.__isFile = isFile