From 900b9a63666ffb81bc47e6adcfb81e596eb83e9f Mon Sep 17 00:00:00 2001 From: CaseyBatten Date: Tue, 13 Aug 2024 16:29:49 -0400 Subject: [PATCH] Update api/src/opentrons/protocol_api/instrument_context.py Co-authored-by: Ed Cormany --- api/src/opentrons/protocol_api/instrument_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/opentrons/protocol_api/instrument_context.py b/api/src/opentrons/protocol_api/instrument_context.py index e2ca1f2aed6..dbc8ed70680 100644 --- a/api/src/opentrons/protocol_api/instrument_context.py +++ b/api/src/opentrons/protocol_api/instrument_context.py @@ -2105,7 +2105,7 @@ def configure_nozzle_layout( # noqa: C901 ) if start[0] in end: raise ValueError( - "When configuring in Partial Column the 'start' and 'end' parameters cannot be in the same row." + "The 'start' and 'end' parameters of a partial column configuration cannot be in the same row." ) # Determine if 'end' will be configured as front_right or back_left if start == "H1" or start == "H12":