* wrap/python/tests/ipnbdoctest.py: Typo.
This commit is contained in:
parent
127b77fb25
commit
d05404a61e
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ def compare_outputs(test, ref, skip_cmp=('png', 'traceback',
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def _wait_for_ready_backport(kf):
|
def _wait_for_ready_backport(kc):
|
||||||
"""Backport BlockingKernelClient.wait_for_ready from IPython 3"""
|
"""Backport BlockingKernelClient.wait_for_ready from IPython 3"""
|
||||||
# Wait for kernel info reply on shell channel
|
# Wait for kernel info reply on shell channel
|
||||||
kc.kernel_info()
|
kc.kernel_info()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue