Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 6170
2bcf6e5637e7
parent 6051
6e09a9a73cb7
child 6177
af76e795c4ce
--- a/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Fri Mar 02 19:37:12 2018 +0100
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Sat Mar 03 17:29:42 2018 +0100
@@ -311,6 +311,10 @@
         "DocStyleChecker",
         "last paragraph of docstring is not followed by a blank line"),
     
+    "D201": QCoreApplication.translate(
+        "DocStyleChecker", "module docstring is still a default string"),
+    "D202": QCoreApplication.translate(
+        "DocStyleChecker", "function docstring is still a default string"),
     "D203": QCoreApplication.translate(
         "DocStyleChecker",
         "private function/method is missing a docstring"),

eric ide

mercurial