Skip to content

Commit 6740b8a

Browse files
committed
update doc/api/client.rst
1 parent f9eed95 commit 6740b8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/api/client.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ client - communicating with kernels
3636

3737
.. automethod:: execute_interactive
3838

39-
.. autoclass:: AsyncKernelClient
40-
4139
.. automethod:: get_shell_msg
4240

4341
.. automethod:: get_iopub_msg
@@ -50,3 +48,6 @@ client - communicating with kernels
5048

5149
.. automethod:: is_alive
5250

51+
.. autoclass:: AsyncKernelClient
52+
53+
The available class methods are identical with :class:`BlockingKernelClient` but async.

0 commit comments

Comments
 (0)