Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a608feb

Browse files
committed
Fix typo. (What I get for trying to fix bugs at home and running conversions
at work....)
1 parent ae9bc67 commit a608feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/perl/python.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ sub do_env_memberdesc{
671671
$class = $THIS_CLASS
672672
unless $class;
673673
$extra = " ($class_name attribute)"
674-
if (!($class eq));
674+
if (!($class eq ''));
675675
my $idx = make_str_index_entry($3, "<tt>$member</tt>$extra");
676676
$idx =~ s/ \(.*\)//;
677677
$idx =~ s/\(\)//;

0 commit comments

Comments
 (0)