summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-08-23 17:53:52 (GMT)
committerGitHub <noreply@github.com>2021-08-23 17:53:52 (GMT)
commit3390dfa8f36105e578a43720d03849371b3dec83 (patch)
tree711a62eb5e342febff78e1a6632922485fa3519e
parent27f2f62ad490afc8e4dd6d80351916a9d06b97e3 (diff)
downloadcpython-3390dfa8f36105e578a43720d03849371b3dec83.zip
cpython-3390dfa8f36105e578a43720d03849371b3dec83.tar.gz
cpython-3390dfa8f36105e578a43720d03849371b3dec83.tar.bz2
[doc] Fix typo in idle.rst (GH-27903)
intially -> initially (cherry picked from commit 0e8695ece0d3569eeb1b89c91a1b0aa3d34f228e) Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
-rw-r--r--Doc/library/idle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index 91c5405..d740973 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.