mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)
(cherry picked from commit 0acb646b8e
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
7026737d77
commit
01c62c9f6b
6 changed files with 9 additions and 9 deletions
|
@ -575,7 +575,7 @@ class Parser:
|
|||
return code[i:j]
|
||||
|
||||
def is_block_opener(self):
|
||||
"Return True if the last interesting statemtent opens a block."
|
||||
"Return True if the last interesting statement opens a block."
|
||||
self._study2()
|
||||
return self.lastch == ':'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue