summaryrefslogtreecommitdiff
path: root/Lib/dis.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/dis.py')
-rw-r--r--Lib/dis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dis.py b/Lib/dis.py
index a1cc215f98..4257729c2f 100644
--- a/Lib/dis.py
+++ b/Lib/dis.py
@@ -68,7 +68,7 @@ def disassemble(co, lasti=-1):
table_index += 1
addr = 0
line_incr = 0
-
+
labels = findlabels(code)
n = len(code)
i = 0