diff options
Diffstat (limited to 'python/basicblock.py')
| -rw-r--r-- | python/basicblock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/basicblock.py b/python/basicblock.py index d68189ab..b38a9f08 100644 --- a/python/basicblock.py +++ b/python/basicblock.py @@ -76,7 +76,7 @@ class BasicBlock(object): return ctypes.addressof(self.handle.contents) != ctypes.addressof(value.handle.contents) def _create_instance(self, view, handle): - """Internal method used to instantiante child instances""" + """Internal method used to instantiate child instances""" return BasicBlock(view, handle) def __hash__(self): |
