Skip to content

Commit 4744958

Browse files
committed
fixup the description for the location field
1 parent 59b1e34 commit 4744958

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

api/src/opentrons/protocol_engine/commands/load_lid_stack.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class LoadLidStackResult(BaseModel):
8383

8484
stackLabwareId: str = Field(
8585
...,
86-
description="An ID to reference the Protocol Engine Labware Lid Stack in subsequent commands.",
86+
description="An ID to reference the lid stack labware object created.",
8787
)
8888
labwareIds: List[str] = Field(
8989
...,
@@ -97,7 +97,8 @@ class LoadLidStackResult(BaseModel):
9797
..., description="The Location that the stack of lid labware has been loaded."
9898
)
9999
stackLocationSequence: LabwareLocationSequence | None = Field(
100-
None, description="The location sequence for this stack."
100+
None,
101+
description="The location sequence for the lid stack labware object created.",
101102
)
102103
locationSequences: List[LabwareLocationSequence] | None = Field(
103104
None,

0 commit comments

Comments
 (0)