mirror of https://github.com/python/cpython
Fix typo in comment (the module is now called _testcapi, not _test).
This commit is contained in:
parent
c76770c68c
commit
361c535863
|
@ -1,5 +1,5 @@
|
|||
# Run the _testcapi module tests (tests for the Python/C API): by defn,
|
||||
# these are all functions _test exports whose name begins with 'test_'.
|
||||
# these are all functions _testcapi exports whose name begins with 'test_'.
|
||||
|
||||
import sys
|
||||
import test_support
|
||||
|
|
Loading…
Reference in New Issue