From 8c4e5803b58085fe9822cd882010ad924728fe50 Mon Sep 17 00:00:00 2001 From: Edward Cormany Date: Thu, 7 Mar 2024 12:21:47 -0500 Subject: [PATCH] 2.18 in robot_position --- api/docs/v2/robot_position.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/docs/v2/robot_position.rst b/api/docs/v2/robot_position.rst index b48137fd1ec..2036d00ea89 100644 --- a/api/docs/v2/robot_position.rst +++ b/api/docs/v2/robot_position.rst @@ -138,7 +138,7 @@ You can adjust the position of the pipette center with the :py:meth:`.TrashBin.t trash.top(z=10) # 10 mm higher trash.top(y=10) # 10 mm towards back, default height -.. versionadded:: 2.16 +.. versionadded:: 2.18 .. note:: Another difference between the trash container ``top()`` methods and ``Well.top()`` is that they return an object of the same type, not a :py:class:`.Location`. This helps prevent performing undesired actions in trash containers. For example, you can :py:meth:`.aspirate` at a location or from a well, but not from a trash container. On the other hand, you can :py:meth:`.blow_out` at a location, well, trash bin, or waste chute.