eric6/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py

changeset 7489
6543bcd150fd
parent 7455
9d0852f0bb2c
child 7493
1696e91a5393
--- a/eric6/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py	Tue Mar 31 19:15:51 2020 +0200
+++ b/eric6/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py	Tue Mar 31 19:16:06 2020 +0200
@@ -480,7 +480,7 @@
         @param n color index
         @type int
         @return color name
-        @type str
+        @rtype str
         """
         if self.__logTreeHasDarkBackground:
             return LIGHTCOLORS[n % len(LIGHTCOLORS)]

eric ide

mercurial