UtilitiesPython2/py2flakes/checker.py

branch
5_1_x
changeset 1545
2738022ed226
parent 1537
acae49c8d343
--- a/UtilitiesPython2/py2flakes/checker.py	Thu Jan 12 19:18:48 2012 +0100
+++ b/UtilitiesPython2/py2flakes/checker.py	Fri Jan 13 18:31:27 2012 +0100
@@ -208,7 +208,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

eric ide

mercurial