--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityContext.py Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityContext.py Mon Feb 01 10:38:16 2021 +0100 @@ -146,10 +146,9 @@ @property def stringVal(self): """ - Public method to get the value of a standalone unicode or string - object. + Public method to get the value of a standalone string object. - @return value of a standalone unicode or string object + @return value of a standalone string object @rtype str """ return self.__context.get('str')