diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-02 14:33:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-02 14:33:11 (GMT) |
commit | 629dd99802cbce684adcf107351bd0b5586273c7 (patch) | |
tree | 89ceed1b8e1da6098e7a633689571c5d291dff1b | |
parent | 89de74ee9407a7283bf4c4cb81c7a56326bbf02a (diff) | |
download | cpython-629dd99802cbce684adcf107351bd0b5586273c7.zip cpython-629dd99802cbce684adcf107351bd0b5586273c7.tar.gz cpython-629dd99802cbce684adcf107351bd0b5586273c7.tar.bz2 |
Make the "install schema" tables follow the same table style we use
elsewhere (lines between columns).
-rw-r--r-- | Doc/inst/inst.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index 2b0d9ae..c387ff7 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -339,7 +339,7 @@ section~\ref{custom-install} on custom installations. % macro. Uh-oh. \newcommand{\installscheme}[8] - {\begin{tableiii}{lll}{textrm} + {\begin{tableiii}{l|l|l}{textrm} {Type of file} {Installation Directory} {Override option} |