]> granicus.if.org Git - python/commitdiff
Fix typo in comment (the module is now called _testcapi, not _test).
authorGuido van Rossum <guido@python.org>
Fri, 13 Apr 2001 17:03:04 +0000 (17:03 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 13 Apr 2001 17:03:04 +0000 (17:03 +0000)
Lib/test/test_capi.py

index 9eddc88ff9d2d92f81e1f165dd81d64e52cd1ebe..d01d3bf70cd8e53b209697c5ce67db7672be771f 100644 (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