]> granicus.if.org Git - python/commitdiff
Fix typo. (What I get for trying to fix bugs at home and running conversions
authorFred Drake <fdrake@acm.org>
Sun, 12 Apr 1998 03:58:13 +0000 (03:58 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 12 Apr 1998 03:58:13 +0000 (03:58 +0000)
at work....)

Doc/perl/python.perl

index 4a1967b74b5113a78019acccd0773b2a205cb391..92c00c58aa8b0b4f731e76c83c83402d7b0d2747 100644 (file)
@@ -671,7 +671,7 @@ sub do_env_memberdesc{
     $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/\(\)//;