mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Fix nasty typo
This commit is contained in:
		
							parent
							
								
									8bc8585873
								
							
						
					
					
						commit
						7b7caa8ec6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3,7 +3,7 @@ | |||
| try: | ||||
|     import threading | ||||
| except ImportError: | ||||
|     import dummythreading as threading | ||||
|     import dummy_threading as threading | ||||
| from collections import deque | ||||
| from heapq import heappush, heappop | ||||
| from time import time | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Raymond Hettinger
						Raymond Hettinger