]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix trivial typo in test_interpreters (GH-113381)
authorJeff Allen <ja.py@farowl.co.uk>
Sat, 23 Dec 2023 14:10:41 +0000 (14:10 +0000)
committerGitHub <noreply@github.com>
Sat, 23 Dec 2023 14:10:41 +0000 (14:10 +0000)
Lib/test/test_interpreters/__main__.py

index 8641229877b2be92c09f1c270c362fd276abcaef..40a23a297ec2b4f51ce36902fb6af3608b4af0bd 100644 (file)
@@ -1,4 +1,4 @@
 from . import load_tests
 import unittest
 
-nittest.main()
+unittest.main()