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

@ -39,7 +39,7 @@ class History:
return "break"
def fetch(self, reverse):
'''Fetch statememt and replace current line in text widget.
'''Fetch statement and replace current line in text widget.
Set prefix and pointer as needed for successive fetches.
Reset them to None, None when returning to the start line.