From a24834d295992836a442df891e044158d10001ea Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Wed, 6 Oct 2010 16:13:37 +0100 Subject: [PATCH] Fix typo in template faq --- src/calibre/manual/template_lang.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/manual/template_lang.rst b/src/calibre/manual/template_lang.rst index 2d7aa763c7..b731dfe26e 100644 --- a/src/calibre/manual/template_lang.rst +++ b/src/calibre/manual/template_lang.rst @@ -38,11 +38,11 @@ If a particular book does not have a particular piece of metadata, the field in If a book has a series, the template will produce:: - {Asimov, Isaac}/Foundation/Second Foundation - 3 + Asimov, Isaac/Foundation/Second Foundation 3 and if a book does not have a series:: - {Asimov, Isaac}/Second Foundation + Asimov, Isaac/Second Foundation (|app| automatically removes multiple slashes and leading or trailing spaces).