Skip to content

Commit 26cb480

Browse files
Docstring update for AsyncioDispatcher
1 parent 06ca777 commit 26cb480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

softioc/asyncio_dispatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class AsyncioDispatcher(threading.Thread):
99
created.
1010
"""
1111
def __init__(self):
12-
"""Create the AsyncioDispatcher."""
12+
"""Create an AsyncioDispatcher suitable to be used by `softioc.iocInit`."""
1313
# Docstring specified to suppress threading.Thread's docstring, which
1414
# would otherwise be inherited by this method and be misleading.
1515
super().__init__()

0 commit comments

Comments
 (0)