Skip to content

Commit b2f1a79

Browse files
authored
Merge pull request #711 from selasley/master
Fix typo in eventloops.py
2 parents 2b5fa0a + dbfe994 commit b2f1a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/eventloops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def handle_int(etype, value, tb):
324324
# don't let interrupts during mainloop invoke crash_handler:
325325
sys.excepthook = handle_int
326326
mainloop(kernel._poll_interval)
327-
if kernel_shell_stream.flush(limit=1):
327+
if kernel.shell_stream.flush(limit=1):
328328
# events to process, return control to kernel
329329
return
330330
except:

0 commit comments

Comments
 (0)