diff -r 3d48094ba8e1 -r 817ef8e0fa66 eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityContext.py --- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityContext.py Sun Dec 06 12:46:00 2020 +0100 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityContext.py Sun Dec 06 17:43:11 2020 +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')