diff -r 04a671fa4adb -r 56bd09c4c297 Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py --- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py Sat Apr 21 17:43:41 2018 +0200 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py Sat Apr 21 18:02:04 2018 +0200 @@ -65,7 +65,7 @@ @type str @param maxLineLength maximum allowed line length @type int - @param blanklines tuple containg the number of blank lines before + @param blankLines tuple containg the number of blank lines before a top level class or function and before a method or nested class or function @type tuple of (int, int)