diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-27 20:48:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-27 20:48:26 (GMT) |
commit | 53af049499732064b497de57fb2b376e9c42b86e (patch) | |
tree | 6e9ac5eefa12f9e11bdcb1269d840f6243238c4c | |
parent | 897d12bb87f269797d54e0a15583a01f44c2a49a (diff) | |
download | cpython-53af049499732064b497de57fb2b376e9c42b86e.zip cpython-53af049499732064b497de57fb2b376e9c42b86e.tar.gz cpython-53af049499732064b497de57fb2b376e9c42b86e.tar.bz2 |
do_cmd_localmoduletable(): Cause the child links table to be dropped when
there's a local module list.
-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 6695e54..38e19ce 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(); - "<tex2htmllocalmoduletable><$chap>" . $_; + "<tex2htmllocalmoduletable><$chap>\\tableofchildlinks[off]" . $_; } sub process_all_localmoduletables{ |