Skip to content

Commit

Permalink
Merge pull request #999 from BCDA-APS/982-import-write_stream
Browse files Browse the repository at this point in the history
adjust the docstring to import write_stream

@MDecarabas Thanks!
  • Loading branch information
prjemian authored Jul 8, 2024
2 parents 64023b1 + 44a17ca commit 805da5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstools/plans/doc_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def write_stream(devices, label):
Use this within a custom plan, such as this example::
from apstools.plans import addDeviceStream
from apstools.plans import write_stream
...
yield from bps.open_run(md={})
# ...
Expand Down

0 comments on commit 805da5f

Please sign in to comment.