From 3561a2b5a204a14bf7d83e214748ac61bff34453 Mon Sep 17 00:00:00 2001 From: Konstantin Popov Date: Mon, 6 Sep 2021 23:14:46 +0300 Subject: [PATCH] Fix typo in help.html Fix typo: intially-> initially --- Lib/idlelib/help.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.