Merge pull request #683 from Digitalisx/fix/typo

Fix Typo Error for Disassembly rendering code comment
This commit is contained in:
ikelos
2022-03-19 09:01:31 +00:00
committed by GitHub
+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: