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 6e277cf commit adb272cCopy full SHA for adb272c
1 file changed
Doc/perl/python.perl
@@ -773,6 +773,12 @@ sub do_cmd_dataline{
773
return "<dt><b>$idx</b><dd>" . $_;
774
}
775
776
+sub do_cmd_datalineni{
777
+ local($_) = @_;
778
+ my $data_name = next_argument();
779
+ return "<dt><b><tt>$data_name</tt></b><dd>" . $_;
780
+}
781
+
782
sub do_env_excdesc{
783
local($_) = @_;
784
my $excname = next_argument();
0 commit comments