diff options
Diffstat (limited to 'Doc/perl/python.perl')
-rw-r--r-- | Doc/perl/python.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 300ac18155..d37aab115f 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -720,7 +720,7 @@ sub do_env_memberdescni{ sub setup_column_alignments{ local($_) = @_; - my($j1,$a1,$a2,$a3,$j4) = split(/[|]/,$_); + my($a1,$a2,$a3) = split(/[|]/,$_); my($th1,$th2,$th3) = ('<th>', '<th>', '<th>'); $col_aligns[0] = (($a1 eq "c") ? "<td align=center>" : "<td>"); $col_aligns[1] = (($a2 eq "c") ? "<td align=center>" : "<td>"); |