Skip to content

Commit 5a7dc04

Browse files
committed
fix docstring
1 parent 3a105bc commit 5a7dc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsuchinoko/execution/bluesky_adaptive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class BlueskyAdaptiveEngine(Engine):
1616
"""
17-
A `tsuchinoko.adaptive.Engine` that sends targets to Blueskly-Adaptive and receives back measured data.
17+
A `tsuchinoko.execution.Engine` that sends targets to Blueskly-Adaptive and receives back measured data.
1818
"""
1919

2020
def __init__(self, host: str = '127.0.0.1', port: int = 5557):

0 commit comments

Comments
 (0)