From 53af049499732064b497de57fb2b376e9c42b86e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 27 Jul 1998 20:48:26 +0000 Subject: [PATCH] do_cmd_localmoduletable(): Cause the child links table to be dropped when there's a local module list. --- Doc/perl/python.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{ -- 2.50.1