From 88ae8af0e8b2913ada27cf13b0d2ad36cd19aef8 Mon Sep 17 00:00:00 2001 From: "David L. Woodruff" Date: Sun, 14 Jan 2024 14:14:40 -0800 Subject: [PATCH] fix an error in the documenation for LinearExpression --- doc/OnlineDocs/advanced_topics/linearexpression.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/OnlineDocs/advanced_topics/linearexpression.rst b/doc/OnlineDocs/advanced_topics/linearexpression.rst index abadc7869da..b974607d0da 100644 --- a/doc/OnlineDocs/advanced_topics/linearexpression.rst +++ b/doc/OnlineDocs/advanced_topics/linearexpression.rst @@ -38,5 +38,5 @@ syntax. This example creates two constraints that are the same: .. warning:: - The lists that are passed to ``LinearModel`` are not copied, so caution must + The lists that are passed to ``LinearExpression`` are not copied, so caution must be excercised if they are modified after the component is constructed.