Skip to content

Commit d88e1de

Browse files
committed
gives containers unique names
1 parent 4ab7e6c commit d88e1de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ Now that you've installed Opentrons API on your computer, you have access to a v
3131
tiprack = containers.load(
3232
'tiprack-200ul',
3333
'A2',
34-
'tiprack')
34+
'tiprack-for-test')
3535

3636
plate = containers.load(
3737
'96-PCR-flat',
3838
'B3',
39-
'plate'
39+
'plate-for-test'
4040
)
4141

4242
trash = containers.load(
4343
'point',
4444
'C1',
45-
'trash'
45+
'trash-for-test'
4646
)
4747
p200 = instruments.Pipette(
4848
name="p200",

0 commit comments

Comments
 (0)