mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	gh-104499: Fix typo. (#104598)
This commit is contained in:
		
							parent
							
								
									678bf57ed0
								
							
						
					
					
						commit
						c5b670efd1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -186,7 +186,7 @@ def show_window(self, comp_lists, index, complete, mode, userWantsWin):
 | 
				
			||||||
        acw.withdraw()
 | 
					        acw.withdraw()
 | 
				
			||||||
        acw.wm_overrideredirect(1)
 | 
					        acw.wm_overrideredirect(1)
 | 
				
			||||||
        try:
 | 
					        try:
 | 
				
			||||||
            # Prevent grabbing focus on maxOS.
 | 
					            # Prevent grabbing focus on macOS.
 | 
				
			||||||
            acw.tk.call("::tk::unsupported::MacWindowStyle", "style", acw._w,
 | 
					            acw.tk.call("::tk::unsupported::MacWindowStyle", "style", acw._w,
 | 
				
			||||||
                        "help", "noActivates")
 | 
					                        "help", "noActivates")
 | 
				
			||||||
        except TclError:
 | 
					        except TclError:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue