summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-03-01 16:37:55 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-03-01 16:37:55 (GMT)
commitc9066cafbae56842f19217efcc712519763b52ff (patch)
tree3161cf5ec93a9eb968d38d15251fa00d7549fa54 /Doc
parente9357b21c091a8d0145f7cb046d970bcbb2e7430 (diff)
downloadcpython-c9066cafbae56842f19217efcc712519763b52ff.zip
cpython-c9066cafbae56842f19217efcc712519763b52ff.tar.gz
cpython-c9066cafbae56842f19217efcc712519763b52ff.tar.bz2
Fix warning that texcheck complained about.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/api/init.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/init.tex b/Doc/api/init.tex
index 73d7bbe..9225f69 100644
--- a/Doc/api/init.tex
+++ b/Doc/api/init.tex
@@ -184,7 +184,7 @@
variable in the top-level \file{Makefile} and the
\longprogramopt{prefix} argument to the \program{configure} script
at build time. The value is available to Python code as
- \code{sys.prefix}. It is only useful on \UNIX. See also the next
+ \code{sys.prefix}. It is only useful on \UNIX{}. See also the next
function.
\end{cfuncdesc}