Skip to content

Commit 082a9b2

Browse files
authored
Update manipulating-models.ipynb (#395)
Fix a typo
1 parent 92b25d7 commit 082a9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/manipulating-models.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"metadata": {},
179179
"source": [
180180
".. note::\n",
181-
" The same could have been achieved by calling `m.variables.con1.rhs = 8 * factor`\n",
181+
" The same could have been achieved by calling `m.constraints.con1.rhs = 8 * factor`\n",
182182
"\n",
183183
"Let's solve it again!"
184184
]

0 commit comments

Comments
 (0)