Skip to content

Commit 34af4f5

Browse files
committed
Fix docstring
1 parent d230201 commit 34af4f5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

jupyter_client/asynchronous/channels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Base classes to manage a Client's interaction with a running kernel"""
1+
"""Async channels"""
22

33
# Copyright (c) Jupyter Development Team.
44
# Distributed under the terms of the Modified BSD License.
@@ -10,7 +10,7 @@
1010

1111

1212
class ZMQSocketChannel(object):
13-
"""A ZMQ socket in a simple async API"""
13+
"""A ZMQ socket in an async API"""
1414
session = None
1515
socket = None
1616
stream = None

jupyter_client/asynchronous/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""Implements an async kernel client.
2-
"""
1+
"""Implements an async kernel client"""
32
# Copyright (c) Jupyter Development Team.
43
# Distributed under the terms of the Modified BSD License.
54

0 commit comments

Comments
 (0)