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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53af049499732064b497de57fb2b376e9c42b86e;p=thirdparty%2FPython%2Fcpython.git 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 6695e549e11e..38e19ce9f019 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{