Skip to content

Commit 2dcb6a4

Browse files
delirious-lettucejonathanslenders
authored andcommitted
Fix typo: Sixt -> Sixth
1 parent 71ad66a commit 2dcb6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/progress-bar/many-parallel-tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def run_task(label, total, sleep_time):
2424
threading.Thread(target=run_task, args=('Third task', 8, 3)),
2525
threading.Thread(target=run_task, args=('Fourth task', 200, .1)),
2626
threading.Thread(target=run_task, args=('Fifth task', 40, .2)),
27-
threading.Thread(target=run_task, args=('Sixt task', 220, .1)),
27+
threading.Thread(target=run_task, args=('Sixth task', 220, .1)),
2828
threading.Thread(target=run_task, args=('Seventh task', 85, .05)),
2929
threading.Thread(target=run_task, args=('Eight task', 200, .05)),
3030
]

0 commit comments

Comments
 (0)