mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo. (What I get for trying to fix bugs at home and running conversions
at work....)
This commit is contained in:
parent
ae9bc67e0e
commit
a608febd5f
1 changed files with 1 additions and 1 deletions
|
@ -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/\(\)//;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue