From 3a403a6e5d3cb45373cba1c238d2b51f42b5d979 Mon Sep 17 00:00:00 2001 From: Edward Cormany Date: Fri, 22 Nov 2024 11:05:04 -0500 Subject: [PATCH] fix silly copy/paste error --- api/docs/v2/versioning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/docs/v2/versioning.rst b/api/docs/v2/versioning.rst index 004610a7f75..935011f61dd 100644 --- a/api/docs/v2/versioning.rst +++ b/api/docs/v2/versioning.rst @@ -138,7 +138,7 @@ Changes in API Versions Version 2.21 ------------ -- Adds :py:class:`.AbsorbanceReaderContext` to support the :ref:`Absorbance Plate Reader Module `. Use the load name ``absorbanceReaderV1`` with :py:meth:`.ProtocolContext.load_module` to add a Heater-Shaker to a protocol. +- Adds :py:class:`.AbsorbanceReaderContext` to support the :ref:`Absorbance Plate Reader Module `. Use the load name ``absorbanceReaderV1`` with :py:meth:`.ProtocolContext.load_module` to add an Absorbance Plate Reader to a protocol. - :ref:`Liquid presence detection ` now only checks on the first aspiration of the :py:meth:`.mix` cycle. - Improved the run log output of :py:meth:`.ThermocyclerContext.execute_profile`.