From acbbe861416191a5738ed0eae69c3688d87180e4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 13 Jul 2025 09:25:45 +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 92ba00f80f..69fb3b5436 100644 --- a/src/calibre/utils/formatter_functions.py +++ b/src/calibre/utils/formatter_functions.py @@ -1333,7 +1333,7 @@ r''' by ``sep``.[/] The parameter ``sep`` should usually be a slash (``'/'``). One use is to be sure that paths generated in Save to disk and Send to device templates are shortened consistently. Another is to be sure the paths on the device match -the paths in the calibre libary. +the paths in the calibre library. A book path consists of 3 segments: the author, the title including the calibre database id in parentheses, and the format (author - title). Calibre can