eric6/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8176
31965986ecd1
--- a/eric6/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py	Mon Feb 01 10:38:16 2021 +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
         

eric ide

mercurial