--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py Sun Dec 31 17:08:39 2023 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py Sun Dec 31 17:44:59 2023 +0100 @@ -193,6 +193,9 @@ "D272": QCoreApplication.translate( "DocStyleChecker", "don't use '{0}' but '{1}' instead" ), + "D273": QCoreApplication.translate( + "DocStyleChecker", "'{0}' line has wrong indentation" + ), } _docStyleMessagesSampleArgs = { @@ -204,4 +207,5 @@ "D270": ["@param", "@type"], "D271": ["@type"], "D272": ["@ptype", "@type"], + "D273": ["@type"], }