Skip to content

Commit a7a260c

Browse files
authored
Update editor.py
1 parent d30240b commit a7a260c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 indent.
1652+
"""Return 2 lines containing block opener and and indent.
16531653
16541654
Either the indent line or both may be None.
16551655
"""

0 commit comments

Comments
 (0)