diff -r 5d807e997391 -r c6011e501282 src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/MiscellaneousChecker.py --- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/MiscellaneousChecker.py Sat Dec 16 17:52:02 2023 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/MiscellaneousChecker.py Sun Dec 17 17:15:19 2023 +0100 @@ -1771,7 +1771,7 @@ Private method implementing a type safe issubclass() function. @param obj reference to the object to be tested - @type any + @type Any @param classOrTuple type to check against @type type @return flag indicating a subclass