--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyNodeVisitor.py Thu Apr 08 17:24:05 2021 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyNodeVisitor.py Thu Apr 08 17:27:12 2021 +0200 @@ -1071,7 +1071,7 @@ def __check121(self, node): """ Private method to check for assignments that could be converted into - an augmented assignment + an augmented assignment. @param node reference to the AST node to be checked @type ast.Assign