Skip to content

Commit

Permalink
error text typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ecormany committed Jan 11, 2024
1 parent b7233fd commit 641ea4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/protocol_api/instrument_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -1865,7 +1865,7 @@ def configure_nozzle_layout(
)
if start not in types.ALLOWED_PRIMARY_NOZZLES:
raise ValueError(
f"Starting nozzle specified is not of {types.ALLOWED_PRIMARY_NOZZLES}"
f"Starting nozzle specified is not one of {types.ALLOWED_PRIMARY_NOZZLES}"
)
if style == NozzleLayout.QUADRANT:
if front_right is None:
Expand Down

0 comments on commit 641ea4b

Please sign in to comment.