Skip to content

Commit a2f5565

Browse files
Update My Threads.py
1 parent 3e06b76 commit a2f5565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

My Threads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# function shows how the threads work, as if looking at
66
# them in a slow motion time lapse to show how they work
77
# with each def function call thread. Threading gives the
8-
# illusion that each of the four def funtions are running at
8+
# illusion that each of the four def functions are running at
99
# the same time, when really, they aren't.
1010

1111
from time import sleep as delay;import threading

0 commit comments

Comments
 (0)