From d55ab5b2eb5ff8e3e50cb64197a80c1564a17d4f Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Sat, 30 Dec 2023 23:03:29 -0800 Subject: [PATCH] docs(api): add missing single quote --- api/docs/v2/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/docs/v2/index.rst b/api/docs/v2/index.rst index ca56310da29..f1712031663 100644 --- a/api/docs/v2/index.rst +++ b/api/docs/v2/index.rst @@ -117,7 +117,7 @@ For example, if we wanted to transfer liquid from well A1 to well B1 on a plate, # metadata metadata = { - protocolName': 'My Protocol', + 'protocolName': 'My Protocol', 'author': 'Name ', 'description': 'Simple protocol to get started using the OT-2', }