From 1f815e2141c0d4a7f4e357e0905235527604cc30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 27 Jan 2025 15:31:27 +0100
Subject: [PATCH] Manual: fix name of variable containing conditional forecast
 instruments

It should have been done in commit b9af92eb8a12d558ba3cb0f45094b0b8fb9a779d.

By the way, fix a font decoration issue.

[skip ci]

(cherry picked from commit 91ff4ef7329e3646e0734f1b8dbb2e0294ae8e12)
---
 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 7d904652dc..064ba0c51f 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -11545,9 +11545,9 @@ the :comm:`bvar_forecast` command.
             oo_.conditional_forecast.uncond.FORECAST_MOMENT.VARIABLE_NAME
 
 
-    .. matvar:: forecasts.instruments
+    .. matvar:: oo_.conditional_forecast.instruments
 
-        Variable set by the ``conditional_forecast command``. Stores
+        Variable set by the ``conditional_forecast`` command. Stores
         the names of the exogenous instruments.
 
 
-- 
GitLab