From: Georg Brandl Date: Thu, 15 Sep 2005 11:16:23 +0000 (+0000) Subject: fix typo X-Git-Tag: v2.4.2c1~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bcafbbe8e2c07ec647ebb1f0dd947ef93471a5a8;p=thirdparty%2FPython%2Fcpython.git fix typo --- diff --git a/Doc/api/utilities.tex b/Doc/api/utilities.tex index ff8973f2fae7..12216f29d8ab 100644 --- a/Doc/api/utilities.tex +++ b/Doc/api/utilities.tex @@ -34,7 +34,7 @@ values from C values. 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}