From f61eac425a1061654150c4687c94bc71c0f6b7a2 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 24 Oct 2000 02:18:30 +0000 Subject: [PATCH] Remove second horizontal line below table headers; it is just too distracting. --- Doc/texinputs/python.sty | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 8fcef4d11f..459fc83bc5 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}% -- 2.50.1