Skip to content

Commit

Permalink
versionchanged for location params
Browse files Browse the repository at this point in the history
  • Loading branch information
ecormany committed Mar 7, 2024
1 parent f36a95c commit f8980c0
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 @@ -306,8 +306,8 @@ def dispense( # noqa: C901
:type volume: int or float
:param location: Tells the robot where to dispense liquid held in the pipette.
The location can be a :py:class:`.Well` or a
:py:class:`.Location`.
The location can be a :py:class:`.Well`, :py:class:`.Location`,
:py:class:`.TrashBin`, or :py:class:`.WasteChute`.
- If the location is a ``Well``, the pipette will dispense
at or above the bottom center of the well. The distance (in
Expand Down

0 comments on commit f8980c0

Please sign in to comment.