mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Typo fix.
This commit is contained in:
		
							parent
							
								
									0ec8ef1601
								
							
						
					
					
						commit
						c008488981
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -62,7 +62,7 @@ class clean (Command):
 | 
				
			||||||
            # built distribution will have its own subdirectory under
 | 
					            # built distribution will have its own subdirectory under
 | 
				
			||||||
            # "build/bdist", but they'll be taken care of by
 | 
					            # "build/bdist", but they'll be taken care of by
 | 
				
			||||||
            # 'remove_tree()'.
 | 
					            # 'remove_tree()'.
 | 
				
			||||||
            if os.path.exists (self.build_bdist)
 | 
					            if os.path.exists (self.build_bdist):
 | 
				
			||||||
                remove_tree (self.build_bdist, self.verbose, self.dry_run)
 | 
					                remove_tree (self.build_bdist, self.verbose, self.dry_run)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # just for the heck of it, try to remove the base build directory:
 | 
					        # just for the heck of it, try to remove the base build directory:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue