summaryrefslogtreecommitdiff
path: root/Lib/compiler
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-02-16 07:34:19 +0000
committerTim Peters <tim.peters@gmail.com>2002-02-16 07:34:19 +0000
commite4418609f79b94b91bda2621b5e6f067fb6a31d5 (patch)
treef274a8311f3398d31f2019808bea1fb332bb8690 /Lib/compiler
parent20882dd1742310c8cf6858354ecb150810adb95c (diff)
downloadcpython-git-e4418609f79b94b91bda2621b5e6f067fb6a31d5.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/compiler')
-rw-r--r--Lib/compiler/pycodegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/compiler/pycodegen.py b/Lib/compiler/pycodegen.py
index 4194d27e25..c107a085bd 100644
--- a/Lib/compiler/pycodegen.py
+++ b/Lib/compiler/pycodegen.py
@@ -1187,7 +1187,7 @@ class InteractiveCodeGenerator(NestedScopeMixin, CodeGenerator):
def get_module(self):
return self
-
+
def visitDiscard(self, node):
# XXX Discard means it's an expression. Perhaps this is a bad
# name.