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

branch
eric7
changeset 10907
c424150d2ac8
parent 10884
2be906d60ffb
child 10999
c3cf24fe9113
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py	Tue Sep 03 17:27:20 2024 +0200
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py	Tue Sep 03 17:28:40 2024 +0200
@@ -133,7 +133,7 @@
     ),
     "M200": QCoreApplication.translate(
         "MiscellaneousChecker",
-        "unnecessary {0} comprehension - rewrite using dict.fromkeys()"
+        "unnecessary {0} comprehension - rewrite using dict.fromkeys()",
     ),
     ## Dictionaries with sorted keys
     "M251": QCoreApplication.translate(

eric ide

mercurial