--- 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)]