From 86ca872816f5da40e243b3ab544be5a20d2c888d Mon Sep 17 00:00:00 2001 From: Benjamin Morris Date: Wed, 10 Oct 2018 15:19:50 -0400 Subject: [PATCH] docs(api): Fix whitespace in code block for delete_container docs --- api/docs/source/labware.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/api/docs/source/labware.rst b/api/docs/source/labware.rst index fe4fb503d5f..0b4613758ef 100644 --- a/api/docs/source/labware.rst +++ b/api/docs/source/labware.rst @@ -357,6 +357,7 @@ If you are creating a custom tiprack, it must be `tiprack`-REST-OF-CONTAINER-NAM If you would like to delete a container you have already added to the database, you can do the following: .. code-block:: python + from opentrons.data_storage import database database.delete_container('3x6_plate')