diff options
Diffstat (limited to 'Lib/test')
-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 9eddc88ff9..d01d3bf70c 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 |