diff options
author | Guido van Rossum <guido@python.org> | 2001-04-13 17:03:04 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-04-13 17:03:04 (GMT) |
commit | 361c53586393e5d2920f49d28c3079264ce1957c (patch) | |
tree | 9aa665b3f4375af1db7cdac2609aeb6d5ba2c4ac /Lib/test/test_capi.py | |
parent | c76770c68c40021322c221dd6bcd62bf98356a33 (diff) | |
download | cpython-361c53586393e5d2920f49d28c3079264ce1957c.zip cpython-361c53586393e5d2920f49d28c3079264ce1957c.tar.gz cpython-361c53586393e5d2920f49d28c3079264ce1957c.tar.bz2 |
Fix typo in comment (the module is now called _testcapi, not _test).
Diffstat (limited to 'Lib/test/test_capi.py')
-rw-r--r-- | Lib/test/test_capi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py index 9eddc88..d01d3bf 100644 --- a/Lib/test/test_capi.py +++ b/Lib/test/test_capi.py @@ -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 |