mirror of
				https://github.com/python/cpython.git
				synced 2025-11-02 22:51:25 +00:00 
			
		
		
		
	Fixes typo in idlelib/idle_test/example_stub.pyi (GH-122520)
(cherry picked from commit dbdbef3668)
Co-authored-by: Jonathon Vandezande <jevandezande@gmail.com>
		
	
			
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			164 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			164 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# An example file to test recognition of a .pyi file as Python source code.
 | 
						|
 | 
						|
class Example:
 | 
						|
    def method(self, argument1: str, argument2: list[int]) -> None: ...
 |