Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1971014

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)