From b1be2296c24207f690648278a49f856df0b64cd8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 21 May 2023 21:39:49 +0530 Subject: [PATCH] string changes --- src/calibre/db/cache.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/db/cache.py b/src/calibre/db/cache.py index c4fa065c01..b546a6145c 100644 --- a/src/calibre/db/cache.py +++ b/src/calibre/db/cache.py @@ -2377,7 +2377,7 @@ class Cache: @read_api def get_link_map(self, for_field): ''' - Return a dict of links for the supplied field. + Return a dictionary of links for the supplied field. :param for_field: the lookup name of the field for which the link map is desired @@ -2438,7 +2438,7 @@ class Cache: @write_api def set_link_map(self, field, value_to_link_map, only_set_if_no_existing_link=False): ''' - Sets links for item values in field + Sets links for item values in field. Note: this method doesn't change values not in the value_to_link_map :param field: the lookup name