8000 test_threaded_import: Fix unittest.main spelling (GH-93114) · python/cpython@1971014 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1971014

Browse files
authored
test_threaded_import: Fix unittest.main spelling (GH-93114)
1 parent 16a7e4a commit 1971014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_importlib/test_threaded_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ def setUpModule():
272272

273273

274274
if __name__ == "__main__":
275-
unittets.main()
275+
unittest.main()

0 commit comments

Comments
 (0)
0