eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityContext.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8273
698ae46f40a4
--- 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')

eric ide

mercurial