From fb9d858ddad7aa8bfb81d30969fa30282f14ffb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 29 Nov 2024 15:34:44 +0100 Subject: [PATCH] Manual: fix typo [skip ci] (cherry picked from commit e055fee76acf35b4990c570af2689877a65256b0) --- 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 c4f31eb41a..f529184180 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -4421,8 +4421,8 @@ and ``endval`` blocks which are given a special ``learnt_in`` option. By default, every time the information set changes, the simulation with the new information set is shorter than the previous one (because the terminal date is getting closer). When this option is set, every new - simulation has the same length (as specified by the `periods`` option - of :comm:`perfect_foresight_with_expectation_errors_setup`; as a + simulation has the same length (as specified by the ``periods`` option + of :comm:`perfect_foresight_with_expectation_errors_setup`); as a consequence, the simulated paths as stored in ``oo_.endo_simul`` will be longer when this option is set (if `s` is the last period in which the information set is modified, then they will contain `s+periods-1` -- GitLab