From 73772bba15d84eed1ff98263b8f858ac3d9ff955 Mon Sep 17 00:00:00 2001 From: Ian Moir Date: Wed, 6 Aug 2025 11:32:28 +0100 Subject: [PATCH] Update template_lang.rst Fixed error in describing the role of '{' and '}' --- manual/template_lang.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/template_lang.rst b/manual/template_lang.rst index 1b48f4d08c..8da9239938 100644 --- a/manual/template_lang.rst +++ b/manual/template_lang.rst @@ -24,7 +24,7 @@ For the book "The Foundation" by "Isaac Asimov" the will become:: Asimov, Isaac/The Foundation/The Foundation - Isaac Asimov -The slashes are not ``template expressions`` because they are in between in ``{}``. Such text is left where it appears. For example, if the template is:: +The slashes are not ``template expressions`` because they are not in between in ``{}``. Such text is left where it appears. For example, if the template is:: {author_sort} Some Important Text {title}/{title} - {authors}