diff --git a/src/calibre/gui2/dialogs/template_general_info.py b/src/calibre/gui2/dialogs/template_general_info.py index b1d2fceecb..f82246bef5 100644 --- a/src/calibre/gui2/dialogs/template_general_info.py +++ b/src/calibre/gui2/dialogs/template_general_info.py @@ -100,7 +100,8 @@ generates \:ref\:\`get_note() \` [*][B]Example program code text blocks.[/B] Surround the code block with ``[CODE]`` and ``[/CODE]`` tags. These tags must be first on a line. Example: [CODE] -[CODE]program: +[CODE] +program: get_note('authors', 'Isaac Asimov', 1) [\/CODE] [/CODE]