Fix problem of LaTeX leakage in the module synopsis tables at the
beginning of chapters.  Known problem reported by Barry Scott
<barry@scottb.demon.co.uk>.
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl
index 98bbe3f..f7bd48e 100644
--- a/Doc/perl/python.perl
+++ b/Doc/perl/python.perl
@@ -1003,7 +1003,7 @@
 sub do_cmd_modulesynopsis{
     local($_) = @_;
     my $st = get_synopsis_table(get_chapter_id());
-    $st->set_synopsis($THIS_MODULE, next_argument());
+    $st->set_synopsis($THIS_MODULE, translate_commands(next_argument()));
     return $_;
 }