Skip to content

Commit 752a845

Browse files
authored
Update editor.py
1 parent b745e83 commit 752a845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ def tokeneater(self, type, token, start, end, line,
16491649
self.finished = 1
16501650

16511651
def run(self):
1652-
"""Return 2 lines containing block opener and and indent.
1652+
"""Return 2 lines containing block opener and indent.
16531653
16541654
Either the indent line or both may be None.
16551655
"""

0 commit comments

Comments
 (0)