summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Allen <ja.py@farowl.co.uk>2023-12-23 14:10:41 (GMT)
committerGitHub <noreply@github.com>2023-12-23 14:10:41 (GMT)
commit8bce593a6317882da82693e6e8f7c49df0cf59a5 (patch)
treea0c6ac961862f2b3a0297750615fb80966d4e657
parent593b4d81d276b428f926debfe70d56ba94edf0e1 (diff)
downloadcpython-8bce593a6317882da82693e6e8f7c49df0cf59a5.zip
cpython-8bce593a6317882da82693e6e8f7c49df0cf59a5.tar.gz
cpython-8bce593a6317882da82693e6e8f7c49df0cf59a5.tar.bz2
Fix trivial typo in test_interpreters (GH-113381)
-rw-r--r--Lib/test/test_interpreters/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_interpreters/__main__.py b/Lib/test/test_interpreters/__main__.py
index 8641229..40a23a2 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()