diff options
Diffstat (limited to 'miasm2/analysis/binary.py')
| -rw-r--r-- | miasm2/analysis/binary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/analysis/binary.py b/miasm2/analysis/binary.py index 2c8171d0..ffdd7822 100644 --- a/miasm2/analysis/binary.py +++ b/miasm2/analysis/binary.py @@ -84,7 +84,7 @@ class Container(object): def parse(self, data, *args, **kwargs): "Launch parsing of @data" - raise NotImplentedError("Abstract method") + raise NotImplementedError("Abstract method") def __init__(self, *args, **kwargs): "Alias for 'parse'" |