src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py

branch
eric7
changeset 10457
4bef44d7a378
parent 10440
2c1289d82881
child 11090
f5f5f5803935
--- 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"],
 }

eric ide

mercurial