From: Jeff Allen Date: Sat, 23 Dec 2023 14:10:41 +0000 (+0000) Subject: Fix trivial typo in test_interpreters (GH-113381) X-Git-Tag: v3.13.0a3~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bce593a6317882da82693e6e8f7c49df0cf59a5;p=thirdparty%2FPython%2Fcpython.git Fix trivial typo in test_interpreters (GH-113381) --- diff --git a/Lib/test/test_interpreters/__main__.py b/Lib/test/test_interpreters/__main__.py index 8641229877b2..40a23a297ec2 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()