Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90294d0 commit be6dd30Copy full SHA for be6dd30
1 file changed
Doc/perl/python.perl
@@ -441,6 +441,7 @@ sub do_cmd_withsubitem{
441
my $stuff = next_argument();
442
my $br_id = ++$globals{'max_id'};
443
my $marker = "$O$br_id$C";
444
+ $stuff =~ s/^\s+//;
445
return
446
$stuff
447
. "\\setindexsubitem$marker$oldsubitem$marker"
0 commit comments