Skip to content

Commit

Permalink
Remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
W0ni committed Mar 14, 2024
1 parent 2b1273e commit 862b74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/symbol_exec/symbol_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
# Modified elements
print('Modified registers:')
symb.dump(mems=False)
print('Modified memory (should be empty):')
print('Modified memory:')
symb.dump(ids=False)

0 comments on commit 862b74a

Please sign in to comment.