From 78bf3c11e15829b375246b489ce966ac60859612 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 12 Jul 2025 06:42:11 +0530 Subject: [PATCH] string changes --- src/calibre/utils/formatter_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/utils/formatter_functions.py b/src/calibre/utils/formatter_functions.py index 3efb7bf495..7bc5eba822 100644 --- a/src/calibre/utils/formatter_functions.py +++ b/src/calibre/utils/formatter_functions.py @@ -1308,7 +1308,7 @@ r''' ``formats_paths([separator])`` -- return a ``separator``-separated list of colon-separated items ``FMT:PATH`` giving the full path to the formats of a book.[/] The ``separator`` argument is optional. If not supplied then the -seoarator is ``', '`` (comma space). If the separator is a comma then you can +separator is ``', '`` (comma space). If the separator is a comma then you can use the ``select()`` function to get the path for a specific format. Note that format names are always uppercase, as in EPUB. ''')