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