mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typo in comment (the module is now called _testcapi, not _test).
This commit is contained in:
parent
c76770c68c
commit
361c535863
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue