From 4d81b07d72cb6a4d6ea3d98a0e8d82909d1f86b4 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 23 Aug 2021 20:52:55 +0900 Subject: [PATCH] Fix typo in idle.rst intially -> initially --- Doc/library/idle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 91c540513cc8d7..d740973af9124e 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -518,7 +518,7 @@ and not restarting the Shell thereafter. This is especially useful after adding imports at the top of a file. This also increases possible attribute completions. -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.