From 28a059858433774c8af2468bdf0c7cc2c80cfb70 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 29 Dec 2020 06:48:18 +1100 Subject: [PATCH] docs: fix simple typo, plateform -> platform There is a small typo in Configuration/mss/factory.py. Should read `platform` rather than `plateform`. --- Configuration/mss/factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/mss/factory.py b/Configuration/mss/factory.py index 67e8b79..2efbdb3 100644 --- a/Configuration/mss/factory.py +++ b/Configuration/mss/factory.py @@ -12,7 +12,7 @@ def mss(*args, **kwargs): ''' Factory returning a proper MSS class instance. - It detects the plateform we are running on + It detects the platform we are running on and choose the most adapted mss_class to take screenshots.