]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Fix typo in idle.rst (GH-27903)
authorIkko Ashimine <eltociear@gmail.com>
Mon, 23 Aug 2021 17:12:33 +0000 (02:12 +0900)
committerGitHub <noreply@github.com>
Mon, 23 Aug 2021 17:12:33 +0000 (19:12 +0200)
intially -> initially

Doc/library/idle.rst

index 91c540513cc8d72d4c6964cb96056c2470a28779..d740973af9124e38d446b6f27a51e9d4ee160546 100644 (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.