From 47f33857a382b226e50e0ba15c8bc91014e9b6cf Mon Sep 17 00:00:00 2001 From: Ethan Jones <39735022+ethanfjones@users.noreply.github.com> Date: Thu, 27 May 2021 10:03:59 -0400 Subject: [PATCH] Update return_tip to drop_tip (#7834) --- api/docs/v2/new_examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/docs/v2/new_examples.rst b/api/docs/v2/new_examples.rst index 180a1e612dc..200e4a06bff 100644 --- a/api/docs/v2/new_examples.rst +++ b/api/docs/v2/new_examples.rst @@ -46,7 +46,7 @@ This accomplishes the same thing as the following basic commands: p300.pick_up_tip() p300.aspirate(100, plate.wells('A1')) p300.dispense(100, plate.wells('B1')) - p300.return_tip() + p300.drop_tip() ******************************