--- a/UtilitiesPython2/py2flakes/checker.py Thu Jan 12 19:20:23 2012 +0100 +++ b/UtilitiesPython2/py2flakes/checker.py Fri Jan 13 18:30:27 2012 +0100 @@ -220,7 +220,7 @@ def _runDeferred(self, deferred): """ - Run the callables in C{deferred} using their associated scope stack. + Run the callables in deferred using their associated scope stack. """ for handler, scope in deferred: self.scopeStack = scope