diff --git a/api/docs/v2/basic_commands/pipette_tips.rst b/api/docs/v2/basic_commands/pipette_tips.rst index f3913445f54..1b0e47f73f2 100644 --- a/api/docs/v2/basic_commands/pipette_tips.rst +++ b/api/docs/v2/basic_commands/pipette_tips.rst @@ -79,7 +79,7 @@ Dropping a Tip To drop a tip in the pipette's trash container, call the :py:meth:`~.InstrumentContext.drop_tip` method with no arguments:: - pipette.pick_up_tip() + pipette.drop_tip() You can specify where to drop the tip by passing in a location. For example, this code drops a tip in the trash bin and returns another tip to to a previously used well in a tip rack::