From 3c6ea3c9328a95e2a82fa276a2d1e3865c235f36 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Fri, 5 Apr 2024 17:50:30 -0400 Subject: [PATCH] [Minor] Comment Clarify --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 346aff636..991558d64 100644 --- a/update.py +++ b/update.py @@ -161,7 +161,7 @@ def check_appcast(self) -> EDMCVersion | None: return None - # For *these* purposes anything else is the same as 'windows', as + # For *these* purposes all systems are the same as 'windows', as # non-win32 would be running from source. sparkle_platform = 'windows'