From 361c53586393e5d2920f49d28c3079264ce1957c Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 13 Apr 2001 17:03:04 +0000 Subject: [PATCH] Fix typo in comment (the module is now called _testcapi, not _test). --- Lib/test/test_capi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py index 9eddc88ff9d..d01d3bf70cd 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