From 34b04f487e0dfcdc8766cb265e10dd3f58217f30 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 3 Jan 2019 15:33:39 -0500 Subject: lots of spelling / typo fixes --- python/platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/platform.py') 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 -- cgit v1.3.1