bpo-40460: Fix typo in idlelib/zzdummy.py (GH-20093)

Replace ztest with ztext.
This commit is contained in:
Victor Stinner 2020-05-15 00:51:51 +02:00 committed by GitHub
parent 75d7257b20
commit edf2643bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class ZzDummy:
text = self.text
text.undo_block_start()
for line in range(1, text.index('end')):
text.insert('%d.0', ztest)
text.insert('%d.0', ztext)
text.undo_block_stop()
return "break"