]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Fix typo in idle.rst (GH-27903)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Aug 2021 17:57:05 +0000 (10:57 -0700)
committerGitHub <noreply@github.com>
Mon, 23 Aug 2021 17:57:05 +0000 (10:57 -0700)
intially -> initially
(cherry picked from commit 0e8695ece0d3569eeb1b89c91a1b0aa3d34f228e)

Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Doc/library/idle.rst

index 3c302115b5f40811b47eb7bb2f0ed8d1853dfc60..4fa4f1e5d30b99c9b64e71f99abe89f6f030aa62 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.