We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d7257 commit edf2643Copy full SHA for edf2643
Lib/idlelib/zzdummy.py
@@ -28,7 +28,7 @@ def z_in_event(self, event):
28
text = self.text
29
text.undo_block_start()
30
for line in range(1, text.index('end')):
31
- text.insert('%d.0', ztest)
+ text.insert('%d.0', ztext)
32
text.undo_block_stop()
33
return "break"
34
0 commit comments