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!" ]