summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-09-15 11:16:28 (GMT)
committerGeorg Brandl <georg@python.org>2005-09-15 11:16:28 (GMT)
commitff5283744581d2034db58a535b9b7b4ecfc3b3cb (patch)
treeaa984a2ee4096b6452d502e73f363ed185e25152
parent77c85e63b42743b22dda5538cedfb1dd1282a657 (diff)
downloadcpython-ff5283744581d2034db58a535b9b7b4ecfc3b3cb.zip
cpython-ff5283744581d2034db58a535b9b7b4ecfc3b3cb.tar.gz
cpython-ff5283744581d2034db58a535b9b7b4ecfc3b3cb.tar.bz2
fix typo
-rw-r--r--Doc/api/utilities.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/utilities.tex b/Doc/api/utilities.tex
index ff8973f..12216f2 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}