diff options
-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{ |