diff --git a/api/docs/v2/new_atomic_commands.rst b/api/docs/v2/new_atomic_commands.rst index 3afb7d7ec59..0cc8d8450e2 100644 --- a/api/docs/v2/new_atomic_commands.rst +++ b/api/docs/v2/new_atomic_commands.rst @@ -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