We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ca2a7 commit 34738f2Copy full SHA for 34738f2
intro_to_threading/prodcom_lock.py
@@ -45,7 +45,7 @@ def producer(pipeline):
45
logging.info("Producer got message: %s", message)
46
pipeline.set_message(message, "Producer")
47
48
- # send a sentinel message to tell consumer we're done
+ # Send a sentinel message to tell consumer we're done
49
pipeline.set_message(SENTINEL, "Producer")
50
51
0 commit comments