diff --git a/uncompyle6/bin/pydisassemble.py b/uncompyle6/bin/pydisassemble.py index 90ab5b26..9f43f7af 100755 --- a/uncompyle6/bin/pydisassemble.py +++ b/uncompyle6/bin/pydisassemble.py @@ -26,7 +26,7 @@ value are folded into the following instruction operand. Like the parser, you may find this more high-level and or helpful. However if you want a true disassembler see the Standard built-in -Python library moudle module "dis", or pydisasm from the cross-version +Python library module "dis", or pydisasm from the cross-version Python bytecode package "xdis". Examples: