Fix typo.  (What I get for trying to fix bugs at home and running conversions
at work....)
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl
index 4a1967b..92c00c5 100644
--- a/Doc/perl/python.perl
+++ b/Doc/perl/python.perl
@@ -671,7 +671,7 @@
     $class = $THIS_CLASS
         unless $class;
     $extra = " ($class_name attribute)"
-        if (!($class eq));
+        if (!($class eq ''));
     my $idx = make_str_index_entry($3, "<tt>$member</tt>$extra");
     $idx =~ s/ \(.*\)//;
     $idx =~ s/\(\)//;