From ea21d34c8e48b7d233d00c7a74c8a0333f7444f4 Mon Sep 17 00:00:00 2001 From: Marcin Wojnarski <> Date: Thu, 8 Apr 2021 20:19:52 +0200 Subject: [PATCH] docs: minor --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 08c74cb..6df925d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -194,7 +194,7 @@ was inspired by indentation-based templating languages:

Dedication

-_I dedicate this project to my sons, Franciszek Józef and Brunon Piotr._   - Marcin Wojnarski +_I dedicate this project to my sons, Franciszek Józef and Brunon Piotr._    - Marcin Wojnarski @@ -1389,7 +1389,7 @@ After a new tag is implemented, it should be added to the special module-level d ## Control blocks Control blocks of multiple types are available in Hypertag to help you manipulate input data -directly inside the document without going back and forth between Python and presentation code. +directly in a document without going back and forth between Python and presentation code. The blocks are: - **if-elif-else**