Skip to content

Commit

Permalink
Confusing variable name (#7829)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfjones-zz authored May 27, 2021
1 parent d3fc09c commit 9046037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/docs/v2/new_atomic_commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ The examples in this section should be inserted in the following:
metadata = {'apiLevel': '|apiLevel|'}
def run(protocol):
tiprack = protocol.load_labware('corning_96_wellplate_360ul_flat', 2)
plate = protocol.load_labware('opentrons_96_tiprack_300ul', 3)
plate = protocol.load_labware('corning_96_wellplate_360ul_flat', 2)
tiprack = protocol.load_labware('opentrons_96_tiprack_300ul', 3)
pipette = protocol.load_instrument('p300_single_gen2', mount='left', tip_racks=[tiprack])
pipette.pick_up_tip()
# example code goes here
Expand Down

0 comments on commit 9046037

Please sign in to comment.