From 8bce593a6317882da82693e6e8f7c49df0cf59a5 Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Sat, 23 Dec 2023 14:10:41 +0000 Subject: [PATCH] Fix trivial typo in test_interpreters (GH-113381) --- Lib/test/test_interpreters/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_interpreters/__main__.py b/Lib/test/test_interpreters/__main__.py index 8641229877b2be..40a23a297ec2b4 100644 --- a/Lib/test/test_interpreters/__main__.py +++ b/Lib/test/test_interpreters/__main__.py @@ -1,4 +1,4 @@ from . import load_tests import unittest -nittest.main() +unittest.main()