mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)
This commit is contained in:
parent
84846b0187
commit
0acb646b8e
6 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue