diff options
| author | Dustin Fraze <df@cromulence.co> | 2016-09-22 20:56:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-22 20:56:38 -0400 |
| commit | 664dba493cfe2e2959990a73a79db91a88bb4cfc (patch) | |
| tree | 7951cbf75555c6b08a37b6c41ac01d3134def4df /python/__init__.py | |
| parent | ae7f75fd33a49a25f5d8d735ae876e2c4ba55339 (diff) | |
Update __init__.py
Stupid typo
Diffstat (limited to 'python/__init__.py')
| -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 |
