Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b7caa8

Browse files
committed
Fix nasty typo
1 parent 8bc8585 commit 7b7caa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
try:
44
import threading
55
except ImportError:
6-
import dummythreading as threading
6+
import dummy_threading as threading
77
from collections import deque
88
from heapq import heappush, heappop
99
from time import time

0 commit comments

Comments
 (0)