[doc] Fix typo in idle.rst (GH-27903)

intially -> initially
(cherry picked from commit 0e8695ece0)

Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
This commit is contained in:
Miss Islington (bot) 2021-08-23 10:57:05 -07:00 committed by GitHub
parent ac87b07a10
commit 7543e7fc26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.