diff options
Diffstat (limited to 'miasm/expression/parser.py')
| -rw-r--r-- | miasm/expression/parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/expression/parser.py b/miasm/expression/parser.py index 20113eab..66b6fc6d 100644 --- a/miasm/expression/parser.py +++ b/miasm/expression/parser.py @@ -73,7 +73,7 @@ expr_aff.setParseAction(lambda t: ExprAssign(*t)) def str_to_expr(str_in): - """Parse the @str_in and return the corresponoding Expression + """Parse the @str_in and return the corresponding Expression @str_in: repr string of an Expression""" try: |