Skip to content

Commit c21e2ee

Browse files
docstring fix
1 parent 81f3a8b commit c21e2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/opentrons/protocol_engine/state/geometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def validate_probed_height(
589589
)
590590

591591
def get_xy_offset_if_needed(self, labware_id: str, well_name: str) -> WellOffset:
592-
"""Add an x,y offset to position the tip into the center of the well if needed."""
592+
"""Add an x,y offset to position the tip into the center of a sub-well if needed."""
593593
well_def = self._labware.get_well_definition(labware_id, well_name)
594594
well_geometry = self._labware.get_well_geometry(
595595
labware_id=labware_id, well_name=well_name

0 commit comments

Comments
 (0)