[Python-checkins] CVS: python/dist/src/Lib/test test_capi.py,1.2,1.3

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 13 Apr 2001 10:03:06 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv8757

Modified Files:
	test_capi.py 
Log Message:
Fix typo in comment (the module is now called _testcapi, not _test).


Index: test_capi.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_capi.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test_capi.py	2001/02/04 03:09:52	1.2
--- test_capi.py	2001/04/13 17:03:04	1.3
***************
*** 1,4 ****
  # Run the _testcapi module tests (tests for the Python/C API):  by defn,
! # these are all functions _test exports whose name begins with 'test_'.
  
  import sys
--- 1,4 ----
  # Run the _testcapi module tests (tests for the Python/C API):  by defn,
! # these are all functions _testcapi exports whose name begins with 'test_'.
  
  import sys