Skip to content

Commit edf2643

Browse files
authored
bpo-40460: Fix typo in idlelib/zzdummy.py (GH-20093)
Replace ztest with ztext.
1 parent 75d7257 commit edf2643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/zzdummy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def z_in_event(self, event):
2828
text = self.text
2929
text.undo_block_start()
3030
for line in range(1, text.index('end')):
31-
text.insert('%d.0', ztest)
31+
text.insert('%d.0', ztext)
3232
text.undo_block_stop()
3333
return "break"
3434

0 commit comments

Comments
 (0)