mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
This commit is contained in:
parent
50dd1f7dd6
commit
6a7b3a77b4
64 changed files with 88 additions and 87 deletions
|
@ -372,7 +372,7 @@ class StackViewer(ScrolledList):
|
|||
def __init__(self, master, flist, gui):
|
||||
if macosxSupport.isAquaTk():
|
||||
# At least on with the stock AquaTk version on OSX 10.4 you'll
|
||||
# get an shaking GUI that eventually kills IDLE if the width
|
||||
# get a shaking GUI that eventually kills IDLE if the width
|
||||
# argument is specified.
|
||||
ScrolledList.__init__(self, master)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue