* wrap/python/tests/ipnbdoctest.py: Typo.

This commit is contained in:
Alexandre Duret-Lutz 2015-03-13 10:22:50 +01:00
parent 127b77fb25
commit d05404a61e

View file

@ -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()