From a000ae1cd74a6913b989fb29cec1b932524ce97b Mon Sep 17 00:00:00 2001 From: Shahar Naveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Sat, 19 Jul 2025 17:47:54 +0200 Subject: [PATCH] Remove typo comment in `Lib/test/test_platform.py` --- Lib/test/test_platform.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/test/test_platform.py b/Lib/test/test_platform.py index 479649053abc01..7b9255ea333dfd 100644 --- a/Lib/test/test_platform.py +++ b/Lib/test/test_platform.py @@ -15,8 +15,7 @@ try: # Some of the iOS tests need ctypes to operate. - # Confirm that the ctypes module is available - # is available. + # Confirm that the ctypes module is available. import _ctypes except ImportError: _ctypes = None