Fix typo in comment (the module is now called _testcapi, not _test).

This commit is contained in:
Guido van Rossum 2001-04-13 17:03:04 +00:00
parent c76770c68c
commit 361c535863
1 changed files with 1 additions and 1 deletions

View File

@ -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