diff -r 44e15eda6506 -r e8fc383322f7 eric6/Plugins/PluginCodeStyleChecker.py --- a/eric6/Plugins/PluginCodeStyleChecker.py Tue Jan 05 18:28:31 2021 +0100 +++ b/eric6/Plugins/PluginCodeStyleChecker.py Wed Jan 06 13:47:01 2021 +0100 @@ -35,7 +35,7 @@ """ files for compliance to the code style conventions given in PEP-8.""" """ A PEP-257 checker is used to check Python source files for""" """ compliance to docstring conventions given in PEP-257 and an""" - """ eric6 variant is used to check against eric conventions.""" + """ eric variant is used to check against eric conventions.""" ) pyqtApi = 2 # End-Of-Header