summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()