From 6f442b1ca062da6e96386a04cee8694733dc76af Mon Sep 17 00:00:00 2001 From: qheuristics Date: Sun, 15 Dec 2024 12:11:34 +0100 Subject: [PATCH] Update manipulating-models.ipynb Fix a typo --- examples/manipulating-models.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/manipulating-models.ipynb b/examples/manipulating-models.ipynb index 4f0607b3..b24b9c64 100644 --- a/examples/manipulating-models.ipynb +++ b/examples/manipulating-models.ipynb @@ -178,7 +178,7 @@ "metadata": {}, "source": [ ".. note::\n", - " The same could have been achieved by calling `m.variables.con1.rhs = 8 * factor`\n", + " The same could have been achieved by calling `m.constraints.con1.rhs = 8 * factor`\n", "\n", "Let's solve it again!" ]