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/platform.py | |
| parent | ac204fce33045803f27b438a2ffd3930d96fc52b (diff) | |
lots of spelling / typo fixes
Diffstat (limited to 'python/platform.py')
| -rw-r--r-- | python/platform.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/platform.py b/python/platform.py index 9a5f70df..02bf2450 100644 --- a/python/platform.py +++ b/python/platform.py @@ -95,7 +95,7 @@ class _PlatformMetaClass(type): class Platform(with_metaclass(_PlatformMetaClass, object)): """ - ``class Platform`` contains all information releated to the execution environment of the binary, mainly the + ``class Platform`` contains all information related to the execution environment of the binary, mainly the calling conventions used. """ name = None |
