Skip to content

Commit

Permalink
docs(api): Remove deprecated behavior from api docs (#7828)
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Cox <[email protected]>
Co-authored-by: Laura Cox <[email protected]>
Co-authored-by: Max Marrone <[email protected]>
  • Loading branch information
4 people authored May 27, 2021
1 parent 9733697 commit 42e58df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/docs/v2/new_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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()
******************************
Expand Down

0 comments on commit 42e58df

Please sign in to comment.