Skip to content

Commit 641ea4b

Browse files
committed
error text typo
1 parent b7233fd commit 641ea4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/opentrons/protocol_api/instrument_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,7 @@ def configure_nozzle_layout(
18651865
)
18661866
if start not in types.ALLOWED_PRIMARY_NOZZLES:
18671867
raise ValueError(
1868-
f"Starting nozzle specified is not of {types.ALLOWED_PRIMARY_NOZZLES}"
1868+
f"Starting nozzle specified is not one of {types.ALLOWED_PRIMARY_NOZZLES}"
18691869
)
18701870
if style == NozzleLayout.QUADRANT:
18711871
if front_right is None:

0 commit comments

Comments
 (0)