diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html index 2b1c2afff08a58..76697ddfe1937b 100644 --- a/Lib/idlelib/help.html +++ b/Lib/idlelib/help.html @@ -504,7 +504,7 @@

Automatic indentation -

Completion boxes intially exclude names beginning with ‘_’ or, for +

Completion boxes initially exclude names beginning with ‘_’ or, for modules, not included in ‘__all__’. The hidden names can be accessed by typing ‘_’ after ‘.’, either before or after the box is opened.