[Python-checkins] r42730 - python/trunk/Doc/api/init.tex

martin.v.loewis python-checkins at python.org
Wed Mar 1 17:37:55 CET 2006


Author: martin.v.loewis
Date: Wed Mar  1 17:37:55 2006
New Revision: 42730

Modified:
   python/trunk/Doc/api/init.tex
Log:
Fix warning that texcheck complained about.


Modified: python/trunk/Doc/api/init.tex
==============================================================================
--- python/trunk/Doc/api/init.tex	(original)
+++ python/trunk/Doc/api/init.tex	Wed Mar  1 17:37:55 2006
@@ -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}
 


More information about the Python-checkins mailing list