Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed Jul 16, 2024
1 parent 6c9a2f3 commit 56bb6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/hardware_control/ot3api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1943,7 +1943,7 @@ async def _move_to_plunger_top_for_liquid_probe(
The plunger backlash distance (mm) is used to ensure the plunger is pre-loaded
in the downward direction. This means that the final position will not be
the plunger's configured "top" position, but "top" plust the "backlashDistance".
the plunger's configured "top" position, but "top" plus the "backlashDistance".
"""
max_speeds = self.config.motion_settings.default_max_speed
speed = max_speeds[self.gantry_load][OT3AxisKind.P]
Expand Down

0 comments on commit 56bb6f6

Please sign in to comment.