Skip to content

Commit

Permalink
fixup: docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Jun 15, 2021
1 parent 952b4a4 commit 1674bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/protocol_engine/state/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_labware_highest_z(self, labware_id: str) -> float:
return self._get_highest_z_from_labware_data(labware_data)

def get_all_labware_highest_z(self) -> float:
"""Get the highest Z-point of a labware."""
"""Get the highest Z-point across all labware."""
return max(
[
self._get_highest_z_from_labware_data(lw_data)
Expand Down

0 comments on commit 1674bca

Please sign in to comment.