Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)

This commit is contained in:
Terry Jan Reedy 2019-07-30 18:14:58 -04:00 committed by GitHub
parent 84846b0187
commit 0acb646b8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View file

@ -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 == ':'