summaryrefslogtreecommitdiffstats
path: root/Doc/api/intro.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-07-30 03:03:43 (GMT)
committerFred Drake <fdrake@acm.org>2006-07-30 03:03:43 (GMT)
commite0d4aecfc29dccc65b53e4a8d2e633355a29d9ae (patch)
tree653edd386107362ba6278d219777f07b9d33b274 /Doc/api/intro.tex
parentda9face1fe36c2089a08a6ef1777025f14ed2f48 (diff)
downloadcpython-e0d4aecfc29dccc65b53e4a8d2e633355a29d9ae.zip
cpython-e0d4aecfc29dccc65b53e4a8d2e633355a29d9ae.tar.gz
cpython-e0d4aecfc29dccc65b53e4a8d2e633355a29d9ae.tar.bz2
lots of markup nits, most commonly Unix/unix --> \UNIX
Diffstat (limited to 'Doc/api/intro.tex')
-rw-r--r--Doc/api/intro.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/api/intro.tex b/Doc/api/intro.tex
index 2ed38a0..1295e5f 100644
--- a/Doc/api/intro.tex
+++ b/Doc/api/intro.tex
@@ -597,11 +597,11 @@ described in the remainder of this section.
Compiling the interpreter with the \csimplemacro{Py_DEBUG} macro
defined produces what is generally meant by "a debug build" of Python.
-\csimplemacro{Py_DEBUG} is enabled in the Unix build by adding
+\csimplemacro{Py_DEBUG} is enabled in the \UNIX{} build by adding
\longprogramopt{with-pydebug} to the \file{configure} command. It is also
implied by the presence of the not-Python-specific
\csimplemacro{_DEBUG} macro. When \csimplemacro{Py_DEBUG} is enabled
-in the Unix build, compiler optimization is disabled.
+in the \UNIX{} build, compiler optimization is disabled.
In addition to the reference count debugging described below, the
following extra checks are performed: