From 4b93a3046ff712cc7d1628bc7a599299bb6c3d2a Mon Sep 17 00:00:00 2001 From: Edward Cormany Date: Fri, 12 Jan 2024 11:58:41 -0500 Subject: [PATCH] update versioning entry --- 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 f8ff405221cc..1902bb8985a0 100644 --- a/api/docs/v2/versioning.rst +++ b/api/docs/v2/versioning.rst @@ -127,7 +127,7 @@ Changes in API Versions Version 2.17 ------------ -- :py:meth:`.dispense` will now raise an error if you try to dispense more than is available. +- :py:meth:`.dispense` now raises an error if you try to dispense more than :py:obj:`.InstrumentContext.current_volume`. Version 2.16 ------------