From 9920cd48014c17104fef3635fa1d363445a111ac Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 16 Jun 2022 18:55:45 -0400 Subject: update documentation on HLIL tokens --- python/highlevelil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/highlevelil.py') diff --git a/python/highlevelil.py b/python/highlevelil.py index c80354b7..942330bf 100644 --- a/python/highlevelil.py +++ b/python/highlevelil.py @@ -368,7 +368,7 @@ class HighLevelILInstruction(BaseILInstruction): @property def tokens(self) -> TokenList: - """HLIL tokens taken from the HLIL text lines(read-only)""" + """HLIL tokens taken from the HLIL text lines (read-only) -- does not include newlines or indentation, use lines for that information""" return [token for line in self.lines for token in line.tokens] @property -- cgit v1.3.1