From b6714648e887eed647d02899568f562fa92f29bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 13 Feb 2023 14:10:24 -0500
Subject: [PATCH] =?UTF-8?q?Manual:=20the=20=E2=80=9Cexpression=E2=80=9D=20?=
 =?UTF-8?q?option=20of=20=E2=80=9Cvar=5Fexpectation=5Fmodel=E2=80=9D=20doe?=
 =?UTF-8?q?s=20not=20take=20a=20string?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

[skip ci]

(cherry picked from commit 659474bd998c4dfc337d38f493aedd6be1282d83)
---
 doc/manual/source/the-model-file.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 4a1f1480d0..92f33a708b 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -13082,9 +13082,9 @@ More generally, it is possible to consider finite discounted sums.
 
     Name of the associated auxiliary model, defined with ``var_model`` or ``trend_component_model``.
 
-    .. option:: expression = STRING | QUOTED_STRING
+    .. option:: expression = VARIABLE_NAME | EXPRESSION
 
-    Name of the variable or expression (linear combination of variables) to be expected. The quotes are mandatory if an expression is expected.
+    Name of the variable or expression (linear combination of variables) to be expected.
 
     .. option:: discount = PARAMETER_NAME | DOUBLE
 
-- 
GitLab