Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APIv2 Docs #4120

Closed
wants to merge 19 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update api/docs/source/v2/apiv2index.rst
Co-Authored-By: Seth Foster <[email protected]>
  • Loading branch information
wheresaddie and sfoster1 committed Sep 28, 2019
commit 75917343b5c8e7fd9b60d31d1ce322bb8844b849
2 changes: 1 addition & 1 deletion api/docs/source/v2/apiv2index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Labware
^^^^^^^
Refer to `the python docs <https://docs.python.org/3/index.html>`_ for clarification on using variables and additional information about handling labware in the :ref:`new-labware` section.

The next step is defining the labware required for your protocol. You tell the protocol context about labware by calling the method ``protocol.load_labware(name, slot)``. By implimenting this, the protocol receives context about what should be present on the deck, and where.
The next step is defining the labware required for your protocol. You tell the protocol context about labware by calling the method ``protocol.load_labware(name, slot)``. By implementing this, the protocol receives context about what should be present on the deck, and where.

The name of a labware is a string that is different for each kind of labware. You can reference all available labware by using the Opentrons `Labware Library <https://labware.opentrons.com>`_.

Expand Down