From c68620f7b057037b60d9f5f2d95bb91a59adcf61 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 20 Nov 2024 08:12:55 +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 f82f911471..0c2b5fe356 100644 --- a/manual/template_lang.rst +++ b/manual/template_lang.rst @@ -623,7 +623,7 @@ Differences: User-defined Python template functions ------------------------------------------ -You can add your own Python functions to the template processor. Such functions 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. Note that you can use `Python Templates` for a similar purpose. As calling user-defined functions is faster than calling a Python template, user-defind functions might be more efficient depending on the complexity of what the function or template does. +You can add your own Python functions to the template processor. Such functions 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. Note that you can use `Python Templates` for a similar purpose. As calling user-defined functions is faster than calling a Python template, user-defined functions might be more efficient depending on the complexity of what the function or template does. Special notes for save/send templates ---------------------------------------