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: Max Marrone <[email protected]>
  • Loading branch information
sanni-t and SyntaxColoring authored Jan 30, 2025
1 parent 9255061 commit 09e9765
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 @@ -2008,7 +2008,7 @@ def name(self) -> str:
From API v2.15 to v2.22, this property returned an internal name for Flex pipettes.
From API v2.23 onwards, this behavior is fixed so that this property returns
the API-specific names of Flex pipettes.
the Python Protocol API load names of Flex pipettes.
"""
return self._core.get_pipette_name()

Expand Down

0 comments on commit 09e9765

Please sign in to comment.