[Python-checkins] python/dist/src/Doc/api utilities.tex,1.22,1.23

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Thu Sep 15 13:16:30 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5147/Doc/api

Modified Files:
	utilities.tex 
Log Message:
fix typo



Index: utilities.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/utilities.tex,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- utilities.tex	17 Jul 2005 20:05:25 -0000	1.22
+++ utilities.tex	15 Sep 2005 11:16:28 -0000	1.23
@@ -34,7 +34,7 @@
   Return true when the interpreter runs out of stack space.  This is a
   reliable check, but is only available when \constant{USE_STACKCHECK}
   is defined (currently on Windows using the Microsoft Visual \Cpp{}
-  compiler).  \constant{USE_CHECKSTACK} will be
+  compiler).  \constant{USE_STACKCHECK} will be
   defined automatically; you should never change the definition in
   your own code.
 \end{cfuncdesc}



More information about the Python-checkins mailing list