From 580de7af505a5a92240158d1f6d9dfaabf5625ec Mon Sep 17 00:00:00 2001 From: Keelan Fadden-Hopper Date: Thu, 30 Jul 2026 22:37:41 +0100 Subject: [PATCH] Fix comment typo in test_util.py --- Lib/test/test_importlib/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_importlib/test_util.py b/Lib/test/test_importlib/test_util.py index 8a911c1b751a4b4..6b881c43b5e32e0 100644 --- a/Lib/test/test_importlib/test_util.py +++ b/Lib/test/test_importlib/test_util.py @@ -643,7 +643,7 @@ def test_magic_number(self): # In exceptional cases, it may be required to change the MAGIC_NUMBER # for a maintenance release. In this case the change should be - # discussed in on Discourse. If a change is required, community + # discussed on Discourse. If a change is required, community # stakeholders such as OS package maintainers must be notified # in advance. Such exceptional releases will then require an # adjustment to this test case.