diff --git a/uncompyle6/scanners/scanner37.py b/uncompyle6/scanners/scanner37.py index 835bc3a9..ed079487 100644 --- a/uncompyle6/scanners/scanner37.py +++ b/uncompyle6/scanners/scanner37.py @@ -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. """