From 82c70ba9e57fbc401216810245edd168ef5b329c Mon Sep 17 00:00:00 2001 From: Marquess Valdez Date: Tue, 2 Jul 2024 15:02:03 -0700 Subject: [PATCH] Update pyquil/api/_abstract_compiler.py Co-authored-by: Kalan <22137047+kalzoo@users.noreply.github.com> --- pyquil/api/_abstract_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyquil/api/_abstract_compiler.py b/pyquil/api/_abstract_compiler.py index c0df3996c..880845054 100644 --- a/pyquil/api/_abstract_compiler.py +++ b/pyquil/api/_abstract_compiler.py @@ -83,7 +83,7 @@ def recalculation_table(self) -> list[str]: @recalculation_table.setter @deprecated( version="4.12.0", - reason="The recalculation_table field is no longer used. It will be removed in future versions.", + reason="The recalculation_table field is no longer used. Recalculation is now performed by the execution service. This field will be removed in future versions.", ) def recalculation_table(self, value: list[str]) -> None: self._recalculation_table = value