Skip to content

Commit c3f2c2e

Browse files
authored
docs(api): add Flex to protocol_api docstring (#19035)
# Overview Adds the Flex to the docstring that describes the overall Python Protocol API. Also properly punctuates "OT-2". ## Test Plan and Hands on Testing automated tests only ## Changelog Just the one docstring + ran `black`. ## Review requests I don't know if this is user-facing anywhere — I suspect not, since we hadn't spotted it until now — but it does make sense to keep this up to date, no? ## Risk assessment v low
1 parent 3c40e0d commit c3f2c2e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

api/src/opentrons/protocol_api/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
""" protocol_api: The user-facing API for OT2 protocols.
1+
"""protocol_api: The user-facing API for Opentrons OT-2 and Opentrons Flex protocols.
22
3-
This package defines classes and functions for access through a protocol to
4-
control the OT2.
3+
This package defines classes and functions for Python protocols to
4+
control an OT-2 or Flex robot.
55
66
"""
7+
78
from opentrons.protocols.api_support.definitions import (
89
MAX_SUPPORTED_VERSION,
910
MIN_SUPPORTED_VERSION,

0 commit comments

Comments
 (0)