From 216c5a362965c38124eb95a2a35feedf8c267740 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 8 Oct 2020 09:58:26 +0530 Subject: [PATCH] String changes --- 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 a203420950..216f2e87c9 100644 --- a/manual/template_lang.rst +++ b/manual/template_lang.rst @@ -512,7 +512,7 @@ It would be possible to do the above with no custom columns by putting the progr User-defined Python template functions ------------------------------------------ -You can add your own python functions to the template processor. Such functions are written in Python, and can be used in any of the three template programming modes. The functions are added by going to :guilabel:`Preferences -> Advanced -> Template functions`. Instructions are shown in that dialog. +You can add your own Python functions to the template processor. Such functions are written in Python, and can be used in any of the three template programming modes. The functions are added by going to :guilabel:`Preferences -> Advanced -> Template functions`. Instructions are shown in that dialog. Special notes for save/send templates -------------------------------------