Another 3.6->3.7 typo (in comment this time)

This commit is contained in:
rocky
2019-03-28 11:22:07 -04:00
parent ce3f815b08
commit 98b91db8e6

View File

@@ -18,7 +18,7 @@ Python 3.7 bytecode decompiler scanner
Does some additional massaging of xdis-disassembled instructions to
make things easier for decompilation.
This sets up opcodes Python's 3.6 and calls a generalized
This sets up opcodes Python's 3.7 and calls a generalized
scanner routine for Python 3.
"""