summaryrefslogtreecommitdiffstats
path: root/Doc/api/utilities.tex
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2005-02-13 22:50:04 (GMT)
committerBrett Cannon <bcannon@gmail.com>2005-02-13 22:50:04 (GMT)
commit7706c2da14e5b7a54d9b97d340c42497cc557c9f (patch)
treed9c82fad1b7286a4263bdfbb4c6b122fd5cb7f5c /Doc/api/utilities.tex
parent22c0706a584fc0de8648d24caa0520367c304235 (diff)
downloadcpython-7706c2da14e5b7a54d9b97d340c42497cc557c9f.zip
cpython-7706c2da14e5b7a54d9b97d340c42497cc557c9f.tar.gz
cpython-7706c2da14e5b7a54d9b97d340c42497cc557c9f.tar.bz2
Update references specifying "Macintosh" to mean OS X semantics and not Mac OS
9. Applies patch #1095802. Thanks Jack Jansen.
Diffstat (limited to 'Doc/api/utilities.tex')
-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 590df6c..397643e 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 and on the Macintosh). \constant{USE_CHECKSTACK} will be
+ compiler). \constant{USE_CHECKSTACK} will be
defined automatically; you should never change the definition in
your own code.
\end{cfuncdesc}