Skip to content

Commit

Permalink
Update api/src/opentrons/protocol_api/instrument_context.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ed Cormany <[email protected]>
  • Loading branch information
CaseyBatten and ecormany authored Aug 13, 2024
1 parent 14ef884 commit ed45146
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 @@ -2091,7 +2091,7 @@ def configure_nozzle_layout( # noqa: C901
if style == NozzleLayout.ROW:
if self.channels != 96:
raise ValueError(
"Row configuraiton is only supported on 96-Channel Pipettes."
"Row configuration is only supported on 96-Channel pipettes."
)
if style == NozzleLayout.PARTIAL_COLUMN:
if self.channels == 1 or self.channels == 96:
Expand Down

0 comments on commit ed45146

Please sign in to comment.