From 03e46985ea9d9679df48e4655bec1d9b629c0d92 Mon Sep 17 00:00:00 2001
From: Marco Ratto <marco.ratto@ec.europa.eu>
Date: Fri, 7 May 2021 09:46:15 +0200
Subject: [PATCH] put word vector in brackets, since it may just be an integer.

---
 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 1edf39ef5b..e194935891 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -7825,7 +7825,7 @@ Shock Decomposition
                 fast_realtime = [INTEGER1 INTEGER2 ...]
 
         Runs the smoother only for the data vintages provided
-        by the specified integer vector.
+        by the specified integer (vector).
 
     .. option:: with_epilogue
 
-- 
GitLab