Skip to content

Commit

Permalink
Fix typo (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Apr 27, 2022
1 parent 1d629b2 commit 7536423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ async def async_wait_for_reply(
await self._async_check_alive()
cummulative_time += self.shell_timeout_interval
if timeout and cummulative_time > timeout:
await self._async_async_handle_timeout(timeout, cell)
await self._async_handle_timeout(timeout, cell)
break
else:
if msg['parent_header'].get('msg_id') == msg_id:
Expand Down

0 comments on commit 7536423

Please sign in to comment.