mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Typo fix.
This commit is contained in:
		
							parent
							
								
									73a6c942cd
								
							
						
					
					
						commit
						0295181fa6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -162,7 +162,7 @@ def _bytecode_filenames (self, py_filenames): | |||
|         for py_file in py_filenames: | ||||
|             if self.compile: | ||||
|                 bytecode_files.append(py_file + "c") | ||||
|             if self.optmize > 0: | ||||
|             if self.optimize > 0: | ||||
|                 bytecode_files.append(py_file + "o") | ||||
| 
 | ||||
|         return bytecode_files | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Greg Ward
						Greg Ward