mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	Fixed typo in a comment of test_support.CleanImport.
This commit is contained in:
		
							parent
							
								
									d809603623
								
							
						
					
					
						commit
						445ff35d5c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -436,7 +436,7 @@ def __init__(self, *module_names):
 | 
			
		|||
        for module_name in module_names:
 | 
			
		||||
            if module_name in sys.modules:
 | 
			
		||||
                module = sys.modules[module_name]
 | 
			
		||||
                # It is possible that module_name is an just alias for
 | 
			
		||||
                # It is possible that module_name is just an alias for
 | 
			
		||||
                # another module (e.g. stub for modules renamed in 3.x).
 | 
			
		||||
                # In that case, we also need delete the real module to clear
 | 
			
		||||
                # the import cache.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue