Skip to content

Commit a17b675

Browse files
authored
Update threads.py
1 parent 875546d commit a17b675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-sleep/threads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import time
33

44
def func1():
5-
for i in range(10):
5+
for i in range(5):
66
print(f"Running t1, print {i}.")
77
time.sleep(2)
88

0 commit comments

Comments
 (0)