eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheck.py

changeset 7335
07ed3d73bf58
parent 7256
4ef3b78ebb4e
child 7360
9190402e4505
--- a/eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheck.py	Thu Nov 14 19:39:07 2019 +0100
+++ b/eric6/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheck.py	Tue Nov 19 18:53:58 2019 +0100
@@ -2,7 +2,6 @@
 
 # Copyright (c) 2011 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
 #
-# pylint: disable=C0103
 
 """
 Module implementing the syntax check for Python 2/3.
@@ -202,7 +201,7 @@
 
 def worker(inputQueue, outputQueue):
     """
-    Module function acting as the parallel worker for the style check.
+    Module function acting as the parallel worker for the syntax check.
     
     @param inputQueue input queue (multiprocessing.Queue)
     @param outputQueue output queue (multiprocessing.Queue)

eric ide

mercurial