--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py Sat Apr 03 15:09:56 2021 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py Sat Apr 03 16:02:33 2021 +0200 @@ -157,9 +157,6 @@ "D263": QCoreApplication.translate( "DocStyleChecker", "documented signal '{0}' is not defined"), - - "D901": QCoreApplication.translate( - "DocStyleChecker", "{0}: {1}"), } _docStyleMessagesSampleArgs = { @@ -168,5 +165,4 @@ "D253": ["RuntimeError"], "D262": ["buttonClicked"], "D263": ["buttonClicked"], - "D901": ["SyntaxError", "Invalid Syntax"], }