diff options
| author | plafosse <peter.a.lafosse@gmail.com> | 2016-09-24 12:26:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-24 12:26:14 -0400 |
| commit | e5117849530179fc8727b0f666f8e5ac40ff45d5 (patch) | |
| tree | 7951cbf75555c6b08a37b6c41ac01d3134def4df /python | |
| parent | ae7f75fd33a49a25f5d8d735ae876e2c4ba55339 (diff) | |
| parent | 664dba493cfe2e2959990a73a79db91a88bb4cfc (diff) | |
Merge pull request #493 from dfraze/patch-1
Update __init__.py
Diffstat (limited to 'python')
| -rw-r--r-- | python/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/__init__.py b/python/__init__.py index 847b2c06..80302c0c 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -5696,7 +5696,7 @@ class _ArchitectureMetaClass(type): class Architecture(object): """ - ``class Architecture`` is the parent class for all CPU architectures. Subclasses of Architecture implemnt assembly, + ``class Architecture`` is the parent class for all CPU architectures. Subclasses of Architecture implement assembly, disassembly, IL lifting, and patching. ``class Architecture`` has a ``__metaclass__`` with the additional methods ``register``, and supports |
