Skip to content

Commit

Permalink
docs(api): fix syntax error in cherrypicking use case (#16100)
Browse files Browse the repository at this point in the history
# Overview

Thanks to @alexjoel42 for [noticing this syntax
error](#15910 (comment))
in the cherrypicking use case. I think I tried to shift loading the
trash bin lower in the protocol and left it one line short of where it
needed to go.

## Test Plan and Hands on Testing

I simulated the whole code block, no modifications except indentation,
promise.

## Changelog

🆙 

## Risk assessment

none
  • Loading branch information
ecormany authored Aug 22, 2024
1 parent 3f01d7c commit 9d98cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/docs/v2/parameters/use_case_cherrypicking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ The entire start of the ``run()`` function, including a pipette and fixed labwar
instrument_name="flex_1channel_1000",
mount="left",
tip_racks=[tiprack]
)
# load trash bin
trash = protocol.load_trash_bin("A3")
)
# load destination plate in deck slot C2
dest_plate = protocol.load_labware(
load_name="opentrons_96_wellplate_200ul_pcr_full_skirt",
Expand Down

0 comments on commit 9d98cfc

Please sign in to comment.