string changes

This commit is contained in:
Kovid Goyal 2024-11-20 08:12:55 +05:30
parent 40a10aa715
commit c68620f7b0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -623,7 +623,7 @@ Differences:
User-defined Python template functions 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 Special notes for save/send templates
--------------------------------------- ---------------------------------------