From ffc8e6ea1d9b2d0ae1ceedb037383772db038c91 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 27 Oct 2014 09:03:26 +0530 Subject: [PATCH] Fix #1386036 [Little typo?](https://bugs.launchpad.net/calibre/+bug/1386036) --- src/calibre/db/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/db/cache.py b/src/calibre/db/cache.py index 998b4c1507..16a5afaedc 100644 --- a/src/calibre/db/cache.py +++ b/src/calibre/db/cache.py @@ -1662,7 +1662,7 @@ class Cache(object): def tags_older_than(self, tag, delta=None, must_have_tag=None, must_have_authors=None): ''' Return the ids of all books having the tag ``tag`` that are older than - than the specified time. tag comparison is case insensitive. + the specified time. tag comparison is case insensitive. :param delta: A timedelta object or None. If None, then all ids with the tag are returned.