diff options
author | Fred Drake <fdrake@acm.org> | 2005-03-21 05:51:01 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-03-21 05:51:01 (GMT) |
commit | dd6f04630f4858585ed122217e38626d0b0a570c (patch) | |
tree | 9b5535480f7023f5c8779e39cc57f3000027be13 /Doc/inst/inst.tex | |
parent | 114b8caf01f94414859ce24508f724a7f13826f9 (diff) | |
download | cpython-dd6f04630f4858585ed122217e38626d0b0a570c.zip cpython-dd6f04630f4858585ed122217e38626d0b0a570c.tar.gz cpython-dd6f04630f4858585ed122217e38626d0b0a570c.tar.bz2 |
fix obscure markup error, wrapping a long line
Diffstat (limited to 'Doc/inst/inst.tex')
-rw-r--r-- | Doc/inst/inst.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index 3cddba2..6002ad2 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -757,8 +757,8 @@ apply, values from ``earlier'' files are overridden by ``later'' files. \label{config-filenames} The names and locations of the configuration files vary slightly across -platforms. On \UNIX and Mac OS X, the three configuration files (in the order they -are processed) are: +platforms. On \UNIX{} and Mac OS X, the three configuration files (in +the order they are processed) are: \begin{tableiii}{l|l|c}{textrm} {Type of file}{Location and filename}{Notes} \lineiii{system}{\filenq{\filevar{prefix}/lib/python\filevar{ver}/distutils/distutils.cfg}}{(1)} |