Skip to content

Commit ea548c0

Browse files
SoftwareDevice: Fix half-written docstring.
1 parent 72fb9ed commit ea548c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SoftwareDevice/labscript_devices.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def func(shot_context, t, ...):
3636
state in an instance. As an example, you might set shot_context.serial to be an
3737
open serial connection to a device during a function set to run at t='start',
3838
and refer back to it in subsequent functions to read and write data. Other than
39-
state stored in shot_context, the
39+
state stored in shot_context, the functions must be self-contained, containing
40+
any imports that they need.
4041
4142
This object has a number of attributes:
4243

0 commit comments

Comments
 (0)