commit | e0c446bb4ad67294f42d4cb53b4ff28413bd8dde | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Oct 18 21:57:37 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Oct 18 21:57:37 2001 +0000 |
tree | b4f286b4e6f2259ec47569561c4c62762e78b3f2 | |
parent | 8a57f00081b6f83168007fc701447d7926acc6c4 [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/compiler/visitor.py b/Lib/compiler/visitor.py index 0560619..d7ae864 100644 --- a/Lib/compiler/visitor.py +++ b/Lib/compiler/visitor.py
@@ -78,7 +78,7 @@ you still have to do. """ examples = {} - + def dispatch(self, node, *args): self.node = node meth = self._cache.get(node.__class__, None)