Skip to content

Commit ccc215c

Browse files
authored
Merge pull request #291 from EdwardBetts/spelling
correct spelling mistake
2 parents f6bc5e6 + c38aff3 commit ccc215c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_client/threaded.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def start_channels(self, shell=True, iopub=True, stdin=True, hb=True):
214214
super(ThreadedKernelClient, self).start_channels(shell, iopub, stdin, hb)
215215

216216
def _check_kernel_info_reply(self, msg):
217-
"""This is run in the ioloop thread when the kernel info reply is recieved
217+
"""This is run in the ioloop thread when the kernel info reply is received
218218
"""
219219
if msg['msg_type'] == 'kernel_info_reply':
220220
self._handle_kernel_info_reply(msg)

0 commit comments

Comments
 (0)