diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2021-08-23 17:12:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 17:12:33 (GMT) |
commit | 0e8695ece0d3569eeb1b89c91a1b0aa3d34f228e (patch) | |
tree | 8f3342efe65ee5b01f894e5aa11e56654bde90ed /Doc/library/idle.rst | |
parent | ae5259171b8ef62165e061b9dea7ad645a5131a2 (diff) | |
download | cpython-0e8695ece0d3569eeb1b89c91a1b0aa3d34f228e.zip cpython-0e8695ece0d3569eeb1b89c91a1b0aa3d34f228e.tar.gz cpython-0e8695ece0d3569eeb1b89c91a1b0aa3d34f228e.tar.bz2 |
[doc] Fix typo in idle.rst (GH-27903)
intially -> initially
Diffstat (limited to 'Doc/library/idle.rst')
-rw-r--r-- | Doc/library/idle.rst | 2 |
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. |