mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
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>.
This commit is contained in:
parent
e331356ff7
commit
1cc5899742
1 changed files with 1 additions and 1 deletions
|
@ -1003,7 +1003,7 @@ sub do_cmd_declaremodule{
|
|||
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 $_;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue