From 2a4f850996306b7e38f52205419b940ce30deec0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Thu, 16 Feb 2023 17:11:56 -0500
Subject: [PATCH] Manual: fix name of shocks(surprise) block

[skip ci]
---
 doc/manual/source/the-model-file.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 8fb9383c43..a5d8d48f0f 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -5617,7 +5617,7 @@ All of these elements are discussed in the following.
 
     |br| Matrix storing the shock sequence employed during the simulation. The shocks are arranged
     column by column, with their order in ``M_.exo_names`` stored in ``oo_.occbin.exo_pos``. The
-    the rows correspond to the number of shock periods specified in a `surprise(shocks)`-block, which
+    the rows correspond to the number of shock periods specified in a ``shocks(surprise)`` block, which
     may be smaller than ``simul_periods``.
 
 .. matvar:: oo_.occbin.simul.regime_history
-- 
GitLab