Fix Typo Error for Disassembly rendering code comment

This commit is contained in:
Donghyun Kim
2022-03-19 15:26:10 +09:00
parent 5fa2e3179e
commit 174036cc72
+1 -1
View File
@@ -101,7 +101,7 @@ def display_disassembly(disasm: interfaces.renderers.Disassembly) -> str:
disasm: Input disassembly objects
Returns:
A string as rendererd by capstone where available, otherwise output as if it were just bytes
A string as rendered by capstone where available, otherwise output as if it were just bytes
"""
if CAPSTONE_PRESENT: