diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-01-03 15:33:39 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-01-03 15:33:39 -0500 |
| commit | 34b04f487e0dfcdc8766cb265e10dd3f58217f30 (patch) | |
| tree | 6ccc49becfb5802bf982c9dc9978631283bc6c57 /python/basicblock.py | |
| parent | ac204fce33045803f27b438a2ffd3930d96fc52b (diff) | |
lots of spelling / typo fixes
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): |
