Revise docstring explaiing pydisassemble

This commit is contained in:
rocky
2022-04-26 18:12:26 -04:00
parent 1c49eb5989
commit 152de50f90

View File

@@ -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: