[Python-checkins] CVS: python/dist/src/Modules _testcapimodule.c,1.6,1.7

Tim Peters tim_one@users.sourceforge.net
Wed, 13 Jun 2001 18:11:05 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv14056/python/dist/src/Modules

Modified Files:
	_testcapimodule.c 
Log Message:
Fixed typo in comment.


Index: _testcapimodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_testcapimodule.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** _testcapimodule.c	2001/06/14 00:55:41	1.6
--- _testcapimodule.c	2001/06/14 01:11:03	1.7
***************
*** 175,179 ****
  
  /* Tests of PyLong_{As, From}{Unsigned,}Long(), and (#ifdef HAVE_LONG_LONG)
!    PyLong_{As, From}{Unsigned,}LongLong()/
  
     Note that the meat of the test is contained in testcapi_long.h.
--- 175,179 ----
  
  /* Tests of PyLong_{As, From}{Unsigned,}Long(), and (#ifdef HAVE_LONG_LONG)
!    PyLong_{As, From}{Unsigned,}LongLong().
  
     Note that the meat of the test is contained in testcapi_long.h.