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

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9271
f655c20ff500
child 9653
e67609152c5e
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py	Tue Dec 06 16:57:54 2022 +0100
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py	Tue Dec 06 17:35:41 2022 +0100
@@ -29,7 +29,7 @@
     ),
     "N806": QCoreApplication.translate(
         "NamingStyleChecker",
-        "first argument of a static method should not be named" " 'self' or 'cls",
+        "first argument of a static method should not be named 'self' or 'cls",
     ),
     "N807": QCoreApplication.translate(
         "NamingStyleChecker", "module names should be lowercase"

eric ide

mercurial