commit | 0acb646b8e405864224bfd6d7d5089980dea63ac | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Tue Jul 30 18:14:58 2019 -0400 |
committer | GitHub <noreply@github.com> | Tue Jul 30 18:14:58 2019 -0400 |
tree | 3cff881b9a494392d9a57382f75be584ccde2a59 | |
parent | 84846b0187919551b1b08dca447658bbbbb710b1 [diff] [blame] |
Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)
diff --git a/Lib/idlelib/pyparse.py b/Lib/idlelib/pyparse.py index 81e7f53..feb57cb 100644 --- a/Lib/idlelib/pyparse.py +++ b/Lib/idlelib/pyparse.py
@@ -575,7 +575,7 @@ 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 == ':'