From: Fred Drake Date: Mon, 27 Jul 1998 20:48:26 +0000 (+0000) Subject: do_cmd_localmoduletable(): Cause the child links table to be dropped when X-Git-Tag: v1.5.2a1~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53af049499732064b497de57fb2b376e9c42b86e;p=python do_cmd_localmoduletable(): Cause the child links table to be dropped when there's a local module list. --- diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 6695e549e1..38e19ce9f0 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -928,7 +928,7 @@ sub do_cmd_modulesynopsis{ sub do_cmd_localmoduletable{ local($_) = @_; my $chap = get_chapter_id(); - "<$chap>" . $_; + "<$chap>\\tableofchildlinks[off]" . $_; } sub process_all_localmoduletables{