src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/AstUtilities.py

branch
eric7
changeset 10417
c6011e501282
parent 10119
64147a7e6393
child 10439
21c28b0f9e41
diff -r 5d807e997391 -r c6011e501282 src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/AstUtilities.py
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/AstUtilities.py	Sat Dec 16 17:52:02 2023 +0100
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/AstUtilities.py	Sun Dec 17 17:15:19 2023 +0100
@@ -93,7 +93,7 @@
     @param node reference to the node to extract the value from
     @type ast.Constant
     @return value of the node
-    @rtype any
+    @rtype Any
     @exception TypeError raised to indicate an unsupported type
     """
     if not isinstance(node, ast.Constant):

eric ide

mercurial