mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	Typo fix.
This commit is contained in:
		
							parent
							
								
									6f628bb877
								
							
						
					
					
						commit
						dc9fe8a7ba
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -77,7 +77,7 @@ def get_python_lib(plat_specific=0, standard_lib=0, prefix=None):
 | 
				
			||||||
            return prefix
 | 
					            return prefix
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    elif os.name == "mac":
 | 
					    elif os.name == "mac":
 | 
				
			||||||
        if platform_specific:
 | 
					        if plat_specific:
 | 
				
			||||||
            if standard_lib:
 | 
					            if standard_lib:
 | 
				
			||||||
                return os.path.join(EXEC_PREFIX, "Mac", "Plugins")
 | 
					                return os.path.join(EXEC_PREFIX, "Mac", "Plugins")
 | 
				
			||||||
            else:
 | 
					            else:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue