diff -r e7f0ffa28c28 -r 47e46cd3bb23 VultureChecker/VultureCheckerService.py --- a/VultureChecker/VultureCheckerService.py Tue May 25 19:30:18 2021 +0200 +++ b/VultureChecker/VultureCheckerService.py Tue May 25 19:36:03 2021 +0200 @@ -117,8 +117,7 @@ def worker(inputQueue, outputQueue): """ - Module function acting as the parallel worker for the cyclomatic - complexity calculation. + Module function acting as the parallel worker for the vulture check. @param inputQueue input queue @type multiprocessing.Queue