[Python-checkins] python/dist/src/Doc/api utilities.tex, 1.20.2.2, 1.20.2.3

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


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

Modified Files:
      Tag: release24-maint
	utilities.tex 
Log Message:
fix typo



Index: utilities.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/utilities.tex,v
retrieving revision 1.20.2.2
retrieving revision 1.20.2.3
diff -u -d -r1.20.2.2 -r1.20.2.3
--- utilities.tex	17 Jul 2005 20:05:26 -0000	1.20.2.2
+++ utilities.tex	15 Sep 2005 11:16:23 -0000	1.20.2.3
@@ -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