Skip to content

Commit

Permalink
ascending versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ecormany committed Feb 20, 2024
1 parent 42077fa commit b0a9ce5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions api/src/opentrons/protocol_api/protocol_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -1092,12 +1092,11 @@ def deck(self) -> Deck:
reflect the new deck state, add a :py:meth:`.pause` or use
:py:meth:`.move_labware` instead.
.. versionchanged:: 2.15
``del`` sets the corresponding labware's location to ``OFF_DECK``.
.. versionchanged:: 2.14
Includes the Thermocycler in all of the slots it occupies.
.. versionchanged:: 2.15
``del`` sets the corresponding labware's location to ``OFF_DECK``.
"""
return self._deck

Expand Down

0 comments on commit b0a9ce5

Please sign in to comment.