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

miss-islington webhook-mailer at python.org
Mon Aug 23 13:54:06 EDT 2021


https://github.com/python/cpython/commit/3390dfa8f36105e578a43720d03849371b3dec83
commit: 3390dfa8f36105e578a43720d03849371b3dec83
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-08-23T10:53:52-07:00
summary:

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


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

Co-authored-by: Ikko Ashimine <eltociear at gmail.com>

files:
M Doc/library/idle.rst

diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index 91c540513cc8d..d740973af9124 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.
 



More information about the Python-checkins mailing list