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 6447b2e commit 6d69f30Copy full SHA for 6d69f30
ipykernel/kernelbase.py
@@ -498,7 +498,7 @@ async def process_one(self, wait=True):
498
499
if self.control_thread is None and self.control_stream is not None:
500
# If there isn't a separate control thread then this main thread handles both shell
501
- # and control messages. Before processing a shell message need to flush all control
+ # and control messages. Before processing a shell message we need to flush all control
502
# messages and allow them all to be processed.
503
await asyncio.sleep(0)
504
self.control_stream.flush()
0 commit comments