Skip to content

Commit

Permalink
fix air_gap / touch_tip
Browse files Browse the repository at this point in the history
  • Loading branch information
ecormany committed Oct 27, 2023
1 parent 7d328a0 commit 9c93f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/protocol_api/instrument_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ def air_gap(
:raises: ``UnexpectedTipRemovalError`` -- If no tip is attached to the pipette.
:raises RuntimeError: If location cache is ``None``. This should happen if
``touch_tip()`` is called without first calling a method
``air_gap()`` is called without first calling a method
that takes a location (e.g., :py:meth:`.aspirate`,
:py:meth:`dispense`)
Expand Down

0 comments on commit 9c93f44

Please sign in to comment.