]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix typo
authorGeorg Brandl <georg@python.org>
Thu, 15 Sep 2005 11:16:23 +0000 (11:16 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 15 Sep 2005 11:16:23 +0000 (11:16 +0000)
Doc/api/utilities.tex

index ff8973f2fae701ef95f677c58ccdef7ad9d589a1..12216f29d8ab1e217fa092aa32ce81fe08f381a5 100644 (file)
@@ -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}