Kaydet (Commit) a608febd authored tarafından Fred Drake's avatar Fred Drake

Fix typo. (What I get for trying to fix bugs at home and running conversions

at work....)
üst ae9bc67e
...@@ -671,7 +671,7 @@ sub do_env_memberdesc{ ...@@ -671,7 +671,7 @@ sub do_env_memberdesc{
$class = $THIS_CLASS $class = $THIS_CLASS
unless $class; unless $class;
$extra = " ($class_name attribute)" $extra = " ($class_name attribute)"
if (!($class eq)); if (!($class eq ''));
my $idx = make_str_index_entry($3, "<tt>$member</tt>$extra"); my $idx = make_str_index_entry($3, "<tt>$member</tt>$extra");
$idx =~ s/ \(.*\)//; $idx =~ s/ \(.*\)//;
$idx =~ s/\(\)//; $idx =~ s/\(\)//;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment