summaryrefslogtreecommitdiff
path: root/python/platform.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/platform.py')
-rw-r--r--python/platform.py2
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