Skip to content

Commit ada7ddb

Browse files
jeff5Glyphack
authored andcommitted
Fix trivial typo in test_interpreters (pythonGH-113381)
1 parent 589da93 commit ada7ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import load_tests
22
import unittest
33

4-
nittest.main()
4+
unittest.main()

0 commit comments

Comments
 (0)