Skip to content

Commit

Permalink
docs(api): Fix spelling mistake in instrument_context.py (#13786)
Browse files Browse the repository at this point in the history
* Spelling mistake in air_gap

This is a to fix a small spelling error in the instrument_context.py file for air_gap.

The word "millimeters" is misspelled as "millimiters."

There's another PR open to review and recommend changes for this file, but maybe we can get a quick fix in before that.

* Update api/src/opentrons/protocol_api/instrument_context.py

Radical changes!

Co-authored-by: Ed Cormany <[email protected]>

---------

Co-authored-by: Ed Cormany <[email protected]>
  • Loading branch information
jwwojak and ecormany authored Oct 16, 2023
1 parent 07a06e8 commit 60aaf7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/opentrons/protocol_api/instrument_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,8 @@ def air_gap(
(Default will use all remaining volume in tip)
:type volume: float
:param height: The number of millimiters to move above the current Well
to air-gap aspirate. (Default: 5mm above current Well)
:param height: The number of millimeters to move above the current Well
to air-gap aspirate. (Default: 5 mm above current Well)
:type height: float
:raises: ``UnexpectedTipRemovalError`` -- if no tip is attached to the pipette
Expand Down

0 comments on commit 60aaf7d

Please sign in to comment.