Last checkin was missing the tuple comma.
The new "substr in str" feature masked the error.
diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py
index 8e3cfa3..7a59c2e 100644
--- a/Lib/test/test_pyclbr.py
+++ b/Lib/test/test_pyclbr.py
@@ -143,7 +143,7 @@
         cm = self.checkModule
 
         # These were once about the 10 longest modules
-        cm('random', ignore=('Random'))  # from _random import Random as CoreGenerator
+        cm('random', ignore=('Random',))  # from _random import Random as CoreGenerator
         cm('cgi', ignore=('log',))      # set with = in module
         cm('mhlib')
         cm('urllib', ignore=('getproxies_registry',