diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-07 16:18:57 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-07 16:18:57 (GMT) |
commit | 86c6b96b771ddd2cb3f539551f95c717bf7c1ff1 (patch) | |
tree | 959f852940fe47c4fbc376027bb587f9792a6527 /Doc/perl/python.perl | |
parent | 02eb04ce6d5cd551024db32edba118f4042851af (diff) | |
download | cpython-86c6b96b771ddd2cb3f539551f95c717bf7c1ff1.zip cpython-86c6b96b771ddd2cb3f539551f95c717bf7c1ff1.tar.gz cpython-86c6b96b771ddd2cb3f539551f95c717bf7c1ff1.tar.bz2 |
Back-port part of 1.128 from the trunk:
\productioncont: Replace leading spaces with so that it's
possible to control the indentation of continuation lines.
Diffstat (limited to 'Doc/perl/python.perl')
-rw-r--r-- | Doc/perl/python.perl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index f162685..841b109 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -808,6 +808,7 @@ sub do_cmd_production{ sub do_cmd_productioncont{ local($_) = @_; my $defn = next_argument(); + $defn =~ s/^( +)/' ' x length $1/e; return ("<tr valign=\"baseline\">\n" . " <td> </td>\n" . " <td> </td>\n" |