diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-24 02:18:30 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-24 02:18:30 (GMT) |
commit | f61eac425a1061654150c4687c94bc71c0f6b7a2 (patch) | |
tree | 942c3c5659d51dec5b0dfe7347ee664b428ddbc7 /Doc/texinputs | |
parent | 9880062ee67fe49902bf099f57f95db105f2ebe4 (diff) | |
download | cpython-f61eac425a1061654150c4687c94bc71c0f6b7a2.zip cpython-f61eac425a1061654150c4687c94bc71c0f6b7a2.tar.gz cpython-f61eac425a1061654150c4687c94bc71c0f6b7a2.tar.bz2 |
Remove second horizontal line below table headers; it is just too
distracting.
Diffstat (limited to 'Doc/texinputs')
-rw-r--r-- | Doc/texinputs/python.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 8fcef4d..459fc83 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -866,7 +866,7 @@ \newenvironment{tableii}[4]{% \begin{center}% \def\lineii##1##2{\csname#2\endcsname{##1}&##2\\}% - \begin{tabular}{#1}\strong{#3}&\strong{#4} \\* \hline\hline% + \begin{tabular}{#1}\strong{#3}&\strong{#4} \\* \hline% }{% \end{tabular}% \end{center}% @@ -875,7 +875,7 @@ \newenvironment{longtableii}[4]{% \begin{center}% \def\lineii##1##2{\csname#2\endcsname{##1}&##2\\}% - \begin{longtable}[c]{#1}\strong{#3}&\strong{#4} \\* \hline\hline\endhead% + \begin{longtable}[c]{#1}\strong{#3}&\strong{#4} \\* \hline\endhead% }{% \end{longtable}% \end{center}% @@ -885,7 +885,7 @@ \begin{center}% \def\lineiii##1##2##3{\csname#2\endcsname{##1}&##2&##3\\}% \begin{tabular}{#1}\strong{#3}&\strong{#4}&\strong{#5} \\% - \hline\hline% + \hline% }{% \end{tabular}% \end{center}% @@ -895,7 +895,7 @@ \begin{center}% \def\lineiii##1##2##3{\csname#2\endcsname{##1}&##2&##3\\}% \begin{longtable}[c]{#1}\strong{#3}&\strong{#4}&\strong{#5} \\% - \hline\hline\endhead% + \hline\endhead% }{% \end{longtable}% \end{center}% @@ -905,7 +905,7 @@ \begin{center}% \def\lineiv##1##2##3##4{\csname#2\endcsname{##1}&##2&##3&##4\\}% \begin{tabular}{#1}\strong{#3}&\strong{#4}&\strong{#5}&\strong{#6} \\% - \hline\hline% + \hline% }{% \end{tabular}% \end{center}% @@ -916,7 +916,7 @@ \def\lineiv##1##2##3##4{\csname#2\endcsname{##1}&##2&##3&##4\\}% \begin{longtable}[c]{#1}\strong{#3}&\strong{#4}&\strong{#5}&\strong{#6}% \\% - \hline\hline\endhead% + \hline\endhead% }{% \end{longtable}% \end{center}% |