Skip to content

Commit 34738f2

Browse files
committed
Fix comment starting case to get past preflight
1 parent 57ca2a7 commit 34738f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro_to_threading/prodcom_lock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def producer(pipeline):
4545
logging.info("Producer got message: %s", message)
4646
pipeline.set_message(message, "Producer")
4747

48-
# send a sentinel message to tell consumer we're done
48+
# Send a sentinel message to tell consumer we're done
4949
pipeline.set_message(SENTINEL, "Producer")
5050

5151

0 commit comments

Comments
 (0)