Skip to content

Commit

Permalink
Revise comment wording in thread.py
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Jan 20, 2023
1 parent fa60a37 commit c05409b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ultimatepython/advanced/thread.py
Expand Up @@ -25,7 +25,7 @@
from datetime import datetime

# Module-level constants
_MULTIPLY_DELAY = 0.01 # delay is long enough for threads to be more efficient
_MULTIPLY_DELAY = 0.01 # delay is long enough for threads to be faster


def multiply_by_two(item):
Expand Down

0 comments on commit c05409b

Please sign in to comment.