From: Ikko Ashimine Date: Mon, 23 Aug 2021 17:12:33 +0000 (+0900) Subject: [doc] Fix typo in idle.rst (GH-27903) X-Git-Tag: v3.11.0a1~359 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e8695ece0d3569eeb1b89c91a1b0aa3d34f228e;p=thirdparty%2FPython%2Fcpython.git [doc] Fix typo in idle.rst (GH-27903) intially -> initially --- diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 91c540513cc8..d740973af912 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.