diff --git a/api/docs/v2/new_examples.rst b/api/docs/v2/new_examples.rst index 200e4a06bff..7795aacfe35 100644 --- a/api/docs/v2/new_examples.rst +++ b/api/docs/v2/new_examples.rst @@ -44,8 +44,8 @@ This accomplishes the same thing as the following basic commands: p300 = protocol.load_instrument('p300_single', 'right', tip_racks=[tiprack_1]) p300.pick_up_tip() - p300.aspirate(100, plate.wells('A1')) - p300.dispense(100, plate.wells('B1')) + p300.aspirate(100, plate['A1']) + p300.dispense(100, plate['B1']) p300.drop_tip() ******************************