Skip to content

Commit

Permalink
Fix code sample in new_labware doc (#13682)
Browse files Browse the repository at this point in the history
The code sample in the "Loading Together" section of new_labware.rst is incorrect. This fixes it.
  • Loading branch information
jwwojak authored Sep 29, 2023
1 parent b21a501 commit c46b394
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/docs/v2/new_labware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ Loading Together
Use the ``adapter`` argument of ``load_labware()`` to load an adapter at the same time as labware. For example, to load the same 96-well plate and adapter from the previous section at once::
hs_plate = hs_mod.load_labware(
load_name='nest_96_wellplate_200ul_flat',
location='D1',
adapter='opentrons_96_flat_bottom_adapter')
name='nest_96_wellplate_200ul_flat',
adapter='opentrons_96_flat_bottom_adapter'
)

.. versionadded:: 2.15
The ``adapter`` parameter.
Expand Down

0 comments on commit c46b394

Please sign in to comment.