From 17a5edc32029029423dcdd9e54e714fe2185c3d0 Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Mon, 13 Dec 2021 19:37:55 +0100
Subject: [PATCH] Manual: remove wrong end;

(cherry picked from commit 6f87edfa3d6ae008977e9c95c028f9631c2e27c1)
---
 doc/manual/source/the-model-file.rst | 2 --
 1 file changed, 2 deletions(-)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index bddfac674d..b58d645391 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -2649,12 +2649,10 @@ blocks.
         var e2;
         periods 86:87 88:97;
         values 0.04 0.01;
-        end;
 
         var e3;
         periods 86:87;
         values 0.04;
-        end;
 
         var e3;
         periods 88:97;
-- 
GitLab