Skip to content

Commit 6d69f30

Browse files
Update comment
Co-authored-by: David Brochart <[email protected]>
1 parent 6447b2e commit 6d69f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/kernelbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ async def process_one(self, wait=True):
498498

499499
if self.control_thread is None and self.control_stream is not None:
500500
# 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
501+
# and control messages. Before processing a shell message we need to flush all control
502502
# messages and allow them all to be processed.
503503
await asyncio.sleep(0)
504504
self.control_stream.flush()

0 commit comments

Comments
 (0)