Skip to content

Commit ded3fc8

Browse files
authored
Update ipykernel/iostream.py
1 parent 3e35b9c commit ded3fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/iostream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self, socket, pipe=False):
7474
self.thread.daemon = True
7575
self.thread.pydev_do_not_trace = True
7676
self.thread.is_pydev_daemon_thread = True
77-
self.thread.name="IOPub"
77+
self.thread.name = "IOPub"
7878

7979
def _thread_main(self):
8080
"""The inner loop that's actually run in a thread"""

0 commit comments

Comments
 (0)