mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	bpo-40460: Fix typo in idlelib/zzdummy.py (GH-20093)
Replace ztest with ztext.
This commit is contained in:
		
							parent
							
								
									75d7257b20
								
							
						
					
					
						commit
						edf2643bbb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -28,7 +28,7 @@ def z_in_event(self, event):
 | 
				
			||||||
        text = self.text
 | 
					        text = self.text
 | 
				
			||||||
        text.undo_block_start()
 | 
					        text.undo_block_start()
 | 
				
			||||||
        for line in range(1, text.index('end')):
 | 
					        for line in range(1, text.index('end')):
 | 
				
			||||||
            text.insert('%d.0', ztest)
 | 
					            text.insert('%d.0', ztext)
 | 
				
			||||||
        text.undo_block_stop()
 | 
					        text.undo_block_stop()
 | 
				
			||||||
        return "break"
 | 
					        return "break"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue